Lines Matching refs:msg_iovlen
730 UIO_STACKBUF(uio_buf, (msg != NULL) ? msg->msg_iovlen : 0); in sock_receive_internal()
736 auio = uio_createwithbuffer(((msg != NULL) ? msg->msg_iovlen : 0), in sock_receive_internal()
742 for (i = 0; i < msg->msg_iovlen; i++) { in sock_receive_internal()
820 if ((msg == NULL) || (msg->msg_iovlen < 1) || in sock_receive()
834 (msg->msg_iov != NULL || msg->msg_iovlen != 0))) { in sock_receivembuf()
858 auio = uio_create(msg->msg_iovlen, 0, UIO_SYSSPACE, UIO_WRITE); in sock_send_internal()
862 sock, UIO_SIZEOF(msg->msg_iovlen)); in sock_send_internal()
870 for (i = 0; i < msg->msg_iovlen; i++) { in sock_send_internal()
975 if (msg == NULL || msg->msg_iov == NULL || msg->msg_iovlen < 1) { in sock_send()
989 msg->msg_iovlen != 0))) { in sock_sendmbuf()
1012 msg->msg_iovlen != 0))) { in sock_sendmbuf_can_wait()
1038 msg_temp.msg_iovlen = count; in sock_sendmbuf_can_wait()