Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h490 struct user64_msghdr_x { struct
500 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct user64_msghdr_x, user64_msghdr_x); argument
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c1613 struct user64_msghdr_x msghdrx64; in internalize_user_msg_x()
1804 error = internalize_user_msg_x(&user_msg, &auio, p, ((struct user64_msghdr_x *)src) + i); in sendit_x()
1927 error = internalize_user_msg_x(&user_msg, &auio, p, ((struct user64_msghdr_x *)src) + i); in sendmsg_x()
2494 sizeof(struct user64_msghdr_x) : sizeof(struct user32_msghdr_x); in recvmsg_x_array()
2663 struct user64_msghdr_x msghdrx64 = {}; in recvmsg_x()
2722 size_of_msghdrx = sizeof(struct user64_msghdr_x); in recvmsg_x()
3442 const struct user64_msghdr_x *msghdr64; in internalize_recv_msghdr_array()
3444 msghdr64 = ((const struct user64_msghdr_x *)src) + i; in internalize_recv_msghdr_array()
3553 struct user64_msghdr_x *msghdr64 = ((struct user64_msghdr_x *)dst) + i; in externalize_recv_msghdr_array()