Lines Matching refs:recv_msg_array

2692 	recv_msg_elem_ptr_t recv_msg_array = NULL;  in recvmsg_x_array()  local
2729 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2730 if (recv_msg_array == NULL) { in recvmsg_x_array()
2749 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2758 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2787 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2795 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2832 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2844 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2858 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
3730 recv_msg_elem_ptr_t recv_msg_array) in internalize_recv_msghdr_array() argument
3738 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in internalize_recv_msghdr_array()
3845 recv_msg_elem_ptr_t recv_msg_array, int_ref_t ret_error) in externalize_recv_msghdr_array() argument
3855 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in externalize_recv_msghdr_array()
3971 free_recv_msg_array(recv_msg_elem_ptr_t recv_msg_array, u_int count) in free_recv_msg_array() argument
3973 if (recv_msg_array == NULL) { in free_recv_msg_array()
3977 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in free_recv_msg_array()
3987 kfree_type(struct recv_msg_elem, count, recv_msg_array); in free_recv_msg_array()
3993 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() argument
3999 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_resid()
4009 recv_msg_array_is_valid(recv_msg_elem_ptr_t recv_msg_array, u_int count) in recv_msg_array_is_valid() argument
4015 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_is_valid()