Lines Matching defs:aiov
165 struct msghdr *msg, struct iovec *aiov)
169 struct iovec *iov = aiov;
186 if (iov != aiov)
229 struct iovec aiov[UIO_SMALLIOV];
238 if ((error = msg_recv_copyin(l, &msg32, &msg, aiov)) != 0)
250 if (msg.msg_iov != aiov)
276 struct iovec aiov[UIO_SMALLIOV];
315 if ((error = msg_recv_copyin(l, msg32, msg, aiov)) != 0)
482 struct msghdr *msg, struct iovec *aiov)
485 struct iovec *iov = aiov;
520 if (iov != aiov)
536 struct iovec aiov[UIO_SMALLIOV];
543 if ((error = msg_send_copyin(l, &msg32, &msg, aiov)) != 0)
550 if (msg.msg_iov != aiov)
573 struct iovec aiov[UIO_SMALLIOV];
589 if ((error = msg_send_copyin(l, msg32, msg, aiov)) != 0)
595 if (msg->msg_iov != aiov) {
636 struct iovec aiov;
644 msg.msg_iov = &aiov;
646 aiov.iov_base = SCARG_P32(uap, buf);
647 aiov.iov_len = SCARG(uap, len);
675 struct iovec aiov;
682 msg.msg_iov = &aiov;
685 aiov.iov_base = SCARG_P32(uap, buf); /* XXX kills const */
686 aiov.iov_len = SCARG(uap, len);