Lines Matching refs:user_msg_x
1541 struct user_msghdr_x *user_msg_x = NULL; in sendmsg_x() local
1587 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in sendmsg_x()
1589 if (user_msg_x == NULL) { in sendmsg_x()
1614 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1632 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1686 struct user_msghdr_x *mp = user_msg_x + i; in sendmsg_x()
1725 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1738 kfree_data(user_msg_x, uap->cnt * sizeof(struct user_msghdr_x)); in sendmsg_x()
2226 struct user_msghdr_x *user_msg_x = NULL; in recvmsg_x() local
2269 user_msg_x = kalloc_data(uap->cnt * sizeof(struct user_msghdr_x), in recvmsg_x()
2271 if (user_msg_x == NULL) { in recvmsg_x()
2296 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x()
2313 struct user_msghdr_x *mp = user_msg_x + i; in recvmsg_x()
2400 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x()
2418 kfree_data(user_msg_x, uap->cnt * sizeof(struct user_msghdr_x)); in recvmsg_x()