Searched refs:user_msg_x (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/bsd/kern/ ! |
| H A D | uipc_syscalls.c | 2477 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x_array() local 2508 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array() 2510 if (user_msg_x == NULL) { in recvmsg_x_array() 2535 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array() 2552 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array() 2630 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array() 2645 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()
|