Lines Matching refs:user_msg_x
1608 user_msghdr_x_ptr_t user_msg_x = NULL; in sendmsg_x_old() local
1654 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in sendmsg_x_old()
1656 if (user_msg_x == NULL) { in sendmsg_x_old()
1681 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x_old()
1699 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x_old()
1743 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x_old()
1783 UIO_WRITE, uiocnt, user_msg_x, uiop); in sendmsg_x_old()
1796 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in sendmsg_x_old()
2692 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x_array() local
2723 user_msg_x = kalloc_type(struct user_msghdr_x, uap->cnt, in recvmsg_x_array()
2725 if (user_msg_x == NULL) { in recvmsg_x_array()
2750 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2767 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x_array()
2845 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2860 kfree_type(struct user_msghdr_x, uap->cnt, user_msg_x); in recvmsg_x_array()