Lines Matching defs:iovcnt
1025 int iovcnt;
1067 iovcnt = lmsg.msg_iovlen;
1069 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) {
1083 iovcnt * sizeof (struct iovec32)))
1087 for (i = 0; i < iovcnt; i++) {
1100 if (copyin(lmsg.msg_iov, aiov, iovcnt * sizeof (struct iovec))) {
1104 for (i = 0; i < iovcnt; i++) {
1113 auio.uio_iovcnt = iovcnt;
1266 int iovcnt;
1308 iovcnt = lmsg.msg_iovlen;
1310 if (iovcnt <= 0 || iovcnt > MSG_MAXIOVLEN) {
1312 * Unless this is XPG 4.2 we allow iovcnt == 0 to
1315 if (iovcnt != 0 || (flags & MSG_XPG4_2))
1328 if (iovcnt != 0 &&
1330 iovcnt * sizeof (struct iovec32)))
1334 for (i = 0; i < iovcnt; i++) {
1347 if (iovcnt != 0 &&
1349 (unsigned)iovcnt * sizeof (struct iovec))) {
1353 for (i = 0; i < iovcnt; i++) {
1362 auio.uio_iovcnt = iovcnt;