Searched defs:fdCount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h229 int fdMax, fdCount, highestFD; member in struct:__anon3880
237 int fdCount; /* # fd:s with I/O */ member in struct:__anon3880
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp482 int fdCount = 0; local
491 if ((int)_serverSignalSocket > fdCount) {
492 fdCount = (int)_serverSignalSocket;
503 if ((int)serverSocket > fdCount) {
504 fdCount = (int)serverSocket;
520 if ((int)socket > fdCount) {
521 fdCount = (int)socket;
530 fdCount++;
531 res = select(fdCount, &rset, NULL, NULL, &tv);
580 for (i = fdMin/*0*/; (res > 0) && (i < fdCount);
[all...]

Completed in 96 milliseconds