Home
last modified time | relevance | path

Searched refs:pollretval (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c136 int pollretval; in rpc_broadcast_exp() local
451 switch (pollretval = poll(pfd, fdlistno, msec)) { in rpc_broadcast_exp()
462 i < fdlistno && fds_found < pollretval; i++) { in rpc_broadcast_exp()
H A Dsvc.c1288 svc_getreq_poll(struct pollfd *pfdp, const int pollretval) in svc_getreq_poll() argument
1293 for (i = fds_found = 0; fds_found < pollretval; i++) { in svc_getreq_poll()