Searched refs:user_msg_x (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_syscalls.c | 2482 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x_array() local 2513 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array() 2515 if (user_msg_x == NULL) { in recvmsg_x_array() 2540 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array() 2557 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array() 2635 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array() 2650 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()
|