Home | Sort by: relevance | last modified time | path |
/src/lib/libc/rpc/ | |
clnt_bcast.c | 296 int fds_found; local in function:rpc_broadcast_exp 537 for (i = fds_found = 0; 538 i < fdlistno && fds_found < pollretval; i++) { 552 fds_found++; 555 fds_found++; |
svc.c | 765 int fds_found; local in function:svc_getreq_poll 769 for (i = fds_found = 0; fds_found < pollretval; i++) { 774 fds_found++; |