Searched refs:iov_max (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dcheckpw.c357 static int iov_max = local
377 n = writev(fd, iov, iovcnt > iov_max ? iov_max : iovcnt);
379 if (errno == EINVAL && iov_max > 10) {
380 iov_max /= 2;

Completed in 15 milliseconds