Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h472 struct user_msghdr_x { struct
482 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct user_msghdr_x, user_msghdr_x); argument
/xnu-12377.41.6/bsd/kern/
H A Duipc_syscalls.c2513 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array()
2557 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array()
2650 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()
3438 struct user_msghdr_x *user_msg = dst + i; in internalize_recv_msghdr_array()
3523 struct user_msghdr_x *user_msg = src + i; in externalize_recv_msghdr_array()