Home
last modified time | relevance | path

Searched refs:info (Results 1 – 8 of 8) sorted by relevance

/sys/include/
Delf64.h144 #define ELF64_R_SYM(info) ((info) >> 32) argument
145 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL) argument
150 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) argument
151 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56) argument
171 #define ELF64_M_SYM(info) ((info)>>8) argument
172 #define ELF64_M_SIZE(info) ((unsigned char)(info)) argument
200 #define ELF64_ST_BIND(info) ((info) >> 4) argument
201 #define ELF64_ST_TYPE(info) ((info) & 0xf) argument
Delf32.h135 #define ELF32_R_SYM(info) ((info) >> 8) argument
136 #define ELF32_R_TYPE(info) ((unsigned char)(info)) argument
164 #define ELF32_M_SYM(info) ((info)>>8) argument
165 #define ELF32_M_SIZE(info) ((unsigned char)(info)) argument
193 #define ELF32_ST_BIND(info) ((info) >> 4) argument
194 #define ELF32_ST_TYPE(info) ((info) & 0xf) argument
/sys/kern/
Dpalloc.c190 PageInfo *info; in PAlloc_AllocPage() local
200 info = PAllocGetInfo(pg); in PAlloc_AllocPage()
201 ASSERT(info != NULL); in PAlloc_AllocPage()
202 ASSERT(info->refCount == 0); in PAlloc_AllocPage()
203 info->refCount++; in PAlloc_AllocPage()
234 PageInfo *info = PAllocGetInfo(pg); in PAllocFreePage() local
235 ASSERT(info->refCount == 0); in PAllocFreePage()
250 PageInfo *info = PAllocGetInfo(pg); in PAlloc_Retain() local
253 ASSERT(info->refCount != 0); in PAlloc_Retain()
254 info->refCount++; in PAlloc_Retain()
[all …]
/lib/libc/
Dsyscall.c173 OSFSInfo(struct statfs *info, uint64_t max) in OSFSInfo() argument
175 return syscall(SYSCALL_FSINFO, info, max); in OSFSInfo()
/include/
Dsyscall.h48 int OSFSInfo(struct statfs *info, uint64_t max);
/sys/amd64/include/
Damd64op.h85 static INLINE void cpuid(uint32_t info, uint32_t *eax, uint32_t *ebx, in cpuid() argument
92 : "a" (info)); in cpuid()
/docs/
DDoxyfile804 # to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.
807 # search path. See also \cite for info how to create references.
2051 # https://en.wikipedia.org/wiki/BibTeX and \cite for more info.
2439 # For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node,
2451 # href=https://graphviz.org/doc/info/arrows.html>Complete documentation about
2460 # href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
/lib/liblwip/
DCHANGELOG1141 extended info about the currently received packet.