Searched refs:firstfd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c92 ctx->firstfd = 0;
779 fds = &(ctx->pollfds[ctx->firstfd]);
780 pnfds = ctx->fdMax - ctx->firstfd + 1;
790 for (e = 0, i = ctx->firstfd; i <= ctx->fdMax; i++) {
895 while (ctx->fdMax > ctx->firstfd &&
898 if (fd == ctx->firstfd)
899 while (ctx->firstfd <= ctx->fdMax &&
900 ctx->pollfds[ctx->firstfd].fd < 0)
901 ctx->firstfd++;
905 if (ctx->firstfd > ct
[all...]
H A Deventlib_p.h235 int firstfd; /* First active fd */ member in struct:__anon3880

Completed in 46 milliseconds