Lines Matching refs:recv_msg_array

2693 	recv_msg_elem_ptr_t recv_msg_array = NULL;  in recvmsg_x_array()  local
2730 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2731 if (recv_msg_array == NULL) { in recvmsg_x_array()
2750 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2759 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2788 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2796 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2833 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2845 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2859 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
3731 recv_msg_elem_ptr_t recv_msg_array) in internalize_recv_msghdr_array() argument
3739 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in internalize_recv_msghdr_array()
3846 recv_msg_elem_ptr_t recv_msg_array, int_ref_t ret_error) in externalize_recv_msghdr_array() argument
3856 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in externalize_recv_msghdr_array()
3972 free_recv_msg_array(recv_msg_elem_ptr_t recv_msg_array, u_int count) in free_recv_msg_array() argument
3974 if (recv_msg_array == NULL) { in free_recv_msg_array()
3978 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in free_recv_msg_array()
3988 kfree_type(struct recv_msg_elem, count, recv_msg_array); in free_recv_msg_array()
3994 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() argument
4000 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_resid()
4010 recv_msg_array_is_valid(recv_msg_elem_ptr_t recv_msg_array, u_int count) in recv_msg_array_is_valid() argument
4016 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_is_valid()