Searched defs:base (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dbsearch.c91 register const char *base = base0; local
H A Dsort.c174 char *base, *k, *p, *t; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkern_machdep.c240 off_t base; local
H A Ddtrace_isa.c583 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
H A Dfbt_ppc.c191 register const char *base = base0; local
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/i386/
H A DOSByteOrder.h43 OSReadSwapInt16( const volatile void * base, uintptr_t byteOffset ) argument
56 OSReadSwapInt32( const volatile void * base, uintptr_t byteOffset ) argument
69 OSReadSwapInt64( const volatile void * base, uintptr_t byteOffset ) argument
84 OSWriteSwapInt16( volatile void * base, uintptr_t byteOffset, uint16_t data ) argument
95 OSWriteSwapInt32( volatile void * base, uintptr_t byteOffset, uint32_t data ) argument
106 OSWriteSwapInt64( volatile void * base, uintptr_t byteOffset, uint64_t data ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/machine/
H A DOSByteOrder.h77 OSReadSwapInt16( const volatile void * base, uintptr_t byteOffset ) argument
88 OSReadSwapInt32( const volatile void * base, uintptr_t byteOffset ) argument
99 OSReadSwapInt64( const volatile void * base, uintptr_t byteOffset ) argument
112 OSWriteSwapInt16( volatile void * base, uintptr_t byteOffset, uint16_t data ) argument
123 OSWriteSwapInt32( volatile void * base, uintptr_t byteOffset, uint32_t data ) argument
134 OSWriteSwapInt64( volatile void * base, uintptr_t byteOffset, uint64_t data ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dmem.c233 off_t base; local
H A Ddtrace_isa.c632 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit)) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/ppc/
H A DOSByteOrder.h48 OSReadSwapInt16( const volatile void * base, uintptr_t byteOffset ) argument
64 OSReadSwapInt32( const volatile void * base, uintptr_t byteOffset ) argument
80 OSReadSwapInt64( const volatile void * base, uintptr_t byteOffset ) argument
102 OSWriteSwapInt16( volatile void * base, uintptr_t byteOffset, uint16_t data ) argument
117 OSWriteSwapInt32( volatile void * base, uintptr_t byteOffset, uint32_t data ) argument
132 OSWriteSwapInt64( volatile void * base, uintptr_t byteOffset, uint64_t data ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_pset.c305 ipc_list_count( struct ipc_kmsg *base) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufsmount.h86 caddr_t base; /* base of file system in memory */ member in struct:mfs_args
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c116 strtol(const char *nptr, char **endptr, int base) argument
199 strtoul(const char *nptr, char **endptr, int base) argument
267 strtoq(const char *nptr, char **endptr, int base) argument
358 strtouq(const char *nptr, char **endptr, register int base) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dhibernate_i386.c54 ppnum_t base, num; local
H A Di386_vm_init.c218 ppnum_t base, top; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmk_sp.c149 thread_set_policy( thread_t thread, processor_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t base_count, policy_limit_t limit, mach_msg_type_number_t limit_count) argument
259 thread_policy( thread_t thread, policy_t policy, policy_base_t base, mach_msg_type_number_t count, boolean_t set_limit) argument
[all...]
H A Dsched_average.c78 #define base(n) ((n) << SCHED_TICK_SHIFT) macro
87 #undef base macro
H A Dxpr.c199 static struct xprbuf *base; variable in typeref:struct:xprbuf
[all...]
H A Dprintf.c236 int base; local
193 printnum( unsigned long long int u, int base, void (*putc)(int, void *), void *arg) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/ppc/
H A Dboot.h64 unsigned long base; /* physical base of DRAM bank */ member in struct:DRAMBank
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_time.c243 inittodr( __unused time_t base) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DOSByteOrder.h91 _OSReadInt16( const volatile void * base, uintptr_t byteOffset ) argument
101 _OSReadInt32( const volatile void * base, uintptr_t byteOffset ) argument
111 _OSReadInt64( const volatile void * base, uintptr_t byteOffset ) argument
123 _OSWriteInt16( volatile void * base, uintptr_t byteOffset, uint16_t data ) argument
134 _OSWriteInt32( volatile void * base, uintptr_t byteOffset, uint32_t data ) argument
145 _OSWriteInt64( volatile void * base, uintptr_t byteOffset, uint64_t data ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c144 int base; /* base argument to conversion function */ local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c436 ppnum_t base; local
539 dev_t mdevadd(int devid, ppnum_t base, unsigned int size, int phys) { argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c602 vn_rdwr( enum uio_rw rw, struct vnode *vp, caddr_t base, int len, off_t offset, enum uio_seg segflg, int ioflg, kauth_cred_t cred, int *aresid, proc_t p) argument
628 vn_rdwr_64( enum uio_rw rw, struct vnode *vp, uint64_t base, int64_t len, off_t offset, enum uio_seg segflg, int ioflg, kauth_cred_t cred, int *aresid, proc_t p) argument

Completed in 101 milliseconds

12