Lines Matching defs:iovcount
1218 unsigned int iovcount;
1235 iovcount = 1;
1238 msg->msg_iovlen = iovcount;
1384 unsigned int iovcount;
1402 iovcount = 1;
1409 INSIST(iovcount < MAXSCATTERGATHER_RECV);
1410 iov[iovcount].iov_base = (void *)(&sock->overflow);
1411 iov[iovcount].iov_len = 1;
1412 iovcount++;
1417 msg->msg_iovlen = iovcount;