Lines Matching refs:recv_msg_array

2478 	recv_msg_elem_ptr_t recv_msg_array = NULL;  in recvmsg_x_array()  local
2515 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2516 if (recv_msg_array == NULL) { in recvmsg_x_array()
2535 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2544 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2573 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2581 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2618 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2630 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2644 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
3426 recv_msg_elem_ptr_t recv_msg_array) in internalize_recv_msghdr_array() argument
3434 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in internalize_recv_msghdr_array()
3509 recv_msg_elem_ptr_t recv_msg_array, int_ref_t ret_error) in externalize_recv_msghdr_array() argument
3519 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in externalize_recv_msghdr_array()
3573 free_recv_msg_array(recv_msg_elem_ptr_t recv_msg_array, u_int count) in free_recv_msg_array() argument
3575 if (recv_msg_array == NULL) { in free_recv_msg_array()
3579 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in free_recv_msg_array()
3589 kfree_type(struct recv_msg_elem, count, recv_msg_array); in free_recv_msg_array()
3595 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() argument
3601 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_resid()
3611 recv_msg_array_is_valid(recv_msg_elem_ptr_t recv_msg_array, u_int count) in recv_msg_array_is_valid() argument
3617 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_is_valid()