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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DIOUtil.c167 jlong iov_max = sysconf(_SC_IOV_MAX); local
168 if (iov_max == -1)
169 iov_max = 16;
170 return (jint)iov_max;

Completed in 29 milliseconds