Searched refs:fdCount (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 107 ctx->fdCount = 0; /*%< Invalidate {rd,wr,ex}Last. */ in evCreate() 270 evPrintf(ctx, 9, "evGetNext: fdCount %d\n", ctx->fdCount); in evGetNext() 271 if (ctx->fdCount == 0) { in evGetNext() 381 ctx->fdCount = x; in evGetNext() 386 INSIST(nextTimer || ctx->fdCount); in evGetNext() 403 while (ctx->fdCount > 0) { in evGetNext() 425 ctx->fdCount = 0; in evGetNext() 445 ctx->fdCount--; in evGetNext() 449 ctx->fdCount--; in evGetNext() 453 ctx->fdCount--; in evGetNext() [all …]
|
H A D | ev_files.c | 231 ctx->fdCount--; in evDeselectFD() 238 ctx->fdCount--; in evDeselectFD() 245 ctx->fdCount--; in evDeselectFD()
|
H A D | eventlib_p.h | 229 int fdMax, fdCount, highestFD; member 237 int fdCount; /* # fd:s with I/O */ member
|
/titanic_41/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); i++) {
|