Lines Matching refs:recv_msg_array
2483 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x_array() local
2520 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2521 if (recv_msg_array == NULL) { in recvmsg_x_array()
2540 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2549 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2578 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2586 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2623 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2635 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2649 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
3431 recv_msg_elem_ptr_t recv_msg_array) in internalize_recv_msghdr_array() argument
3439 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in internalize_recv_msghdr_array()
3514 recv_msg_elem_ptr_t recv_msg_array, int_ref_t ret_error) in externalize_recv_msghdr_array() argument
3524 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in externalize_recv_msghdr_array()
3578 free_recv_msg_array(recv_msg_elem_ptr_t recv_msg_array, u_int count) in free_recv_msg_array() argument
3580 if (recv_msg_array == NULL) { in free_recv_msg_array()
3584 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in free_recv_msg_array()
3594 kfree_type(struct recv_msg_elem, count, recv_msg_array); in free_recv_msg_array()
3600 recv_msg_array_resid(struct recv_msg_elem * __counted_by(count)recv_msg_array, u_int count) in recv_msg_array_resid() argument
3606 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_resid()
3616 recv_msg_array_is_valid(recv_msg_elem_ptr_t recv_msg_array, u_int count) in recv_msg_array_is_valid() argument
3622 struct recv_msg_elem *recv_msg_elem = recv_msg_array + i; in recv_msg_array_is_valid()