Lines Matching refs:msg_iovlen
722 UIO_STACKBUF(uio_buf, (msg != NULL) ? msg->msg_iovlen : 0); in sock_receive_internal()
728 auio = uio_createwithbuffer(((msg != NULL) ? msg->msg_iovlen : 0), in sock_receive_internal()
734 sizeof(struct iovec) * msg->msg_iovlen); in sock_receive_internal()
736 for (i = 0; i < msg->msg_iovlen; i++) { in sock_receive_internal()
816 if ((msg == NULL) || (msg->msg_iovlen < 1) || in sock_receive()
830 (msg->msg_iov != NULL || msg->msg_iovlen != 0))) { in sock_receivembuf()
854 sizeof(struct iovec) * msg->msg_iovlen); in sock_send_internal()
856 auio = uio_create(msg->msg_iovlen, 0, UIO_SYSSPACE, UIO_WRITE); in sock_send_internal()
860 sock, UIO_SIZEOF(msg->msg_iovlen)); in sock_send_internal()
868 for (i = 0; i < msg->msg_iovlen; i++) { in sock_send_internal()
973 if (msg == NULL || msg->msg_iov == NULL || msg->msg_iovlen < 1) { in sock_send()
987 msg->msg_iovlen != 0))) { in sock_sendmbuf()
1010 msg->msg_iovlen != 0))) { in sock_sendmbuf_can_wait()
1037 msg_temp.msg_iovlen = count; in sock_sendmbuf_can_wait()