Searched defs:pollretval (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/rexd/ |
H A D | unix_login.c | 572 HelperRead(pollfd_t *fdp, int nfds, int *pollretval) argument 613 *pollretval = *pollretval - 1; 620 *pollretval = *pollretval - 1; 641 *pollretval = *pollretval - 1;
|
H A D | rpc.rexd.c | 131 int pollretval; local 327 switch (pollretval = poll(pollset, npollfds, -1)) { 346 HelperRead(pollset, npollfds, &pollretval); 352 svc_getreq_poll(pollset, pollretval);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_bcast.c | 138 int pollretval; local 453 switch (pollretval = poll(pfd, fdlistno, msec)) { 464 i < fdlistno && fds_found < pollretval; i++) {
|
H A D | svc.c | 1284 svc_getreq_poll(struct pollfd *pfdp, const int pollretval) argument 1289 for (i = fds_found = 0; fds_found < pollretval; i++) {
|
Completed in 79 milliseconds