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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h229 int fdMax, fdCount, highestFD; member in struct:__anon3880
238 int highestFD; /* max fd allowed by OS */ member in struct:__anon3880
H A Dev_connects.c251 if (new->fd > ctx->highestFD) {
296 if (new > ctx->highestFD) {
H A Dev_files.c62 if (fd > ctx->highestFD)
H A Deventlib.c109 ctx->highestFD = FD_SETSIZE - 1;
112 ctx->highestFD = INT_MAX / sizeof(struct pollfd);
669 return (ctx->highestFD);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c131 static const int highestFD = FD_SETSIZE - 1; variable
133 static int highestFD = 0; variable
315 highestFD = sysconf(_SC_OPEN_MAX) - 1;
648 if (statp->_vcsock > highestFD) {
850 if (EXT(statp).nssocks[ns] > highestFD) {

Completed in 65 milliseconds