Searched defs:spacetype (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_subr.c1161 int copyin_user_iovec_array(user_addr_t uaddr, int spacetype, int count, struct user_iovec *dst) argument
H A Dkern_descrip.c441 int spacetype; local
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c842 int spacetype; local
H A Dvfs_syscalls.c5050 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6988 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
7255 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
7573 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9042 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9124 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9177 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9234 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9288 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9381 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
9423 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
[all...]

Completed in 154 milliseconds