Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c1467 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in sendmsg_nocancel() local
1477 if (is_p_64bit_process) { in sendmsg_nocancel()
1490 if (is_p_64bit_process) { in sendmsg_nocancel()
1516 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()
1534 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()
2151 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in recvmsg_nocancel() local
2155 if (is_p_64bit_process) { in recvmsg_nocancel()
2169 if (is_p_64bit_process) { in recvmsg_nocancel()
2197 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()
2216 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()
[all …]