Searched refs:user_msg_x (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/bsd/kern/ |
| H A D | uipc_syscalls.c | 2486 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x_array() local 2517 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array() 2519 if (user_msg_x == NULL) { in recvmsg_x_array() 2544 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array() 2561 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array() 2639 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array() 2654 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()
|