Searched refs:fdCount (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 107 ctx->fdCount = 0; /*%< Invalidate {rd,wr,ex}Last. */ 270 evPrintf(ctx, 9, "evGetNext: fdCount %d\n", ctx->fdCount); 271 if (ctx->fdCount == 0) { 381 ctx->fdCount = x; 386 INSIST(nextTimer || ctx->fdCount); 403 while (ctx->fdCount > 0) { 425 ctx->fdCount = 0; 445 ctx->fdCount--; 449 ctx->fdCount [all...] |
H A D | ev_files.c | 231 ctx->fdCount--; 238 ctx->fdCount--; 245 ctx->fdCount--;
|
H A D | eventlib_p.h | 229 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 D | Protocol.cpp | 482 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 63 milliseconds