Searched defs:fdMax (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 229 int fdMax, fdCount, highestFD; member in struct:__anon3880 236 int fdMax; /* Last active fd */ member in struct:__anon3880
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSPosix.c | 1832 int fdMax = 0, numReady; local 1836 mDNSPosixGetFDSet(m, &fdMax, &listenFDs, &timeout); // timeout may get modified 1837 if (fdMax < gMaxFD) 1838 fdMax = gMaxFD; 1840 numReady = select(fdMax + 1, &listenFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout);
|
Completed in 62 milliseconds