Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dsocket_private.h470 struct user_msghdr_x { struct
480 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct user_msghdr_x, user_msghdr_x); argument
/xnu-11215.1.10/bsd/kern/
H A Duipc_syscalls.c2518 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array()
2562 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array()
2655 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()
3443 struct user_msghdr_x *user_msg = dst + i; in internalize_recv_msghdr_array()
3528 struct user_msghdr_x *user_msg = src + i; in externalize_recv_msghdr_array()