Lines Matching refs:user_msg_x
1581 user_msghdr_x_ptr_t user_msg_x = NULL; in sendmsg_x() local
1627 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in sendmsg_x()
1629 if (user_msg_x == NULL) { in sendmsg_x()
1654 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1672 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1726 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1766 UIO_WRITE, uiocnt, user_msg_x, uiop); in sendmsg_x()
1779 kfree_data(user_msg_x, uap->cnt * sizeof(struct user_msghdr_x)); in sendmsg_x()
2267 user_msghdr_x_ptr_t user_msg_x = NULL; in recvmsg_x() local
2310 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in recvmsg_x()
2312 if (user_msg_x == NULL) { in recvmsg_x()
2337 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x()
2354 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x()
2441 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x()
2459 kfree_data(user_msg_x, uap->cnt * sizeof(struct user_msghdr_x)); in recvmsg_x()