Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_syscalls.c1490 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in sendmsg_nocancel() local
1500 if (is_p_64bit_process) { in sendmsg_nocancel()
1513 if (is_p_64bit_process) { in sendmsg_nocancel()
1539 (is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32), in sendmsg_nocancel()
1557 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in sendmsg_nocancel()
1598 const bool is_p_64bit_process = IS_64BIT_PROCESS(p); in internalize_user_msg_x() local
1602 if (is_p_64bit_process) { in internalize_user_msg_x()
1651 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x()
1660 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x()
1681 is_p_64bit_process ? UIO_USERSPACE64 : UIO_USERSPACE32, in internalize_user_msg_x()
[all …]