Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c1428 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in sendmsg_nocancel() local
1438 if (is_p_64bit_process) { in sendmsg_nocancel()
1451 if (is_p_64bit_process) { in sendmsg_nocancel()
1477 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()
1495 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()
2111 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in recvmsg_nocancel() local
2115 if (is_p_64bit_process) { in recvmsg_nocancel()
2129 if (is_p_64bit_process) { in recvmsg_nocancel()
2157 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in recvmsg_nocancel()
2176 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in recvmsg_nocancel()
[all …]