Home | History | Annotate | Download | only in kern

Lines Matching refs:msg_iovlen

483 	msg.msg_iovlen = 1;
530 iovsz = mp->msg_iovlen * sizeof(struct iovec);
533 if ((unsigned int)mp->msg_iovlen > UIO_SMALLIOV) {
534 if ((unsigned int)mp->msg_iovlen > IOV_MAX) {
540 if (mp->msg_iovlen != 0) {
549 auio.uio_iovcnt = mp->msg_iovlen;
678 msg.msg_iovlen = 1;
906 iovsz = mp->msg_iovlen * sizeof(struct iovec);
909 if ((unsigned int)mp->msg_iovlen > UIO_SMALLIOV) {
910 if ((unsigned int)mp->msg_iovlen > IOV_MAX) {
916 if (mp->msg_iovlen != 0) {
924 auio.uio_iovcnt = mp->msg_iovlen;