Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Duipc_syscalls.c1576 user_msghdr_x_ptr_t user_msg_x = NULL; in sendmsg_x() local
1622 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in sendmsg_x()
1624 if (user_msg_x == NULL) { in sendmsg_x()
1649 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1667 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1721 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1761 UIO_WRITE, uiocnt, user_msg_x, uiop); in sendmsg_x()
1774 kfree_data(user_msg_x, uap->cnt * sizeof(struct user_msghdr_x)); in sendmsg_x()
2262 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x() local
2305 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in recvmsg_x()
[all …]