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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_sel2poll.c49 int fdmax, /* number of bits we must test */
61 j = ((fdmax >= FD_SETSIZE) ? FD_SETSIZE : fdmax);
48 __rpc_select_to_poll( int fdmax, fd_set *fdset, struct pollfd *p0) argument

Completed in 43 milliseconds