Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1121 int npfd; /* total number of pfdp allocated */ in read_vc() local
1136 npfd = 1; in read_vc()
1173 if (npfd != (svc_max_pollfd + 1)) { in read_vc()
1188 npfd = svc_max_pollfd + 1; in read_vc()
1191 if (npfd > 1) in read_vc()
1193 sizeof (struct pollfd) * (npfd - 1)); in read_vc()
1197 npfd = 1; /* don't forget about pfdp[0] */ in read_vc()
1200 switch (fds = poll(pfdp, npfd, poll_time)) { in read_vc()