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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c641 int spacetype; local
H A Dvfs_syscalls.c3841 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
5627 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
5926 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6192 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6457 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6510 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6563 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6615 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6667 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6758 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
6801 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; local
[all...]

Completed in 29 milliseconds