Searched refs:umsgp (Results 1 – 1 of 1) sorted by relevance
1616 void_ptr_t umsgp = NULL; in sendmsg_x_old() local1668 umsgp = kalloc_data(uap->cnt * size_of_msghdr, Z_WAITOK | Z_ZERO); in sendmsg_x_old()1669 if (umsgp == NULL) { in sendmsg_x_old()1674 error = copyin(uap->msgp, umsgp, uap->cnt * size_of_msghdr); in sendmsg_x_old()1679 error = internalize_user_msghdr_array(umsgp, in sendmsg_x_old()1781 externalize_user_msghdr_array(umsgp, in sendmsg_x_old()1791 kfree_data(umsgp, uap->cnt * size_of_msghdr); in sendmsg_x_old()2695 void_ptr_t umsgp = NULL; in recvmsg_x_array() local2736 umsgp = kalloc_data(uap->cnt * size_of_msghdr, Z_WAITOK | Z_ZERO); in recvmsg_x_array()2737 if (umsgp == NULL) { in recvmsg_x_array()[all …]