Searched refs:saved_max_pollfd (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/rpc/
H A Dsvc_run.c49 int nready, saved_max_pollfd = 0; local
52 if (svc_max_pollfd > saved_max_pollfd) {
58 saved_max_pollfd = svc_max_pollfd;
/openbsd-current/libexec/rpc.rstatd/
H A Drstatd.c144 int nready, saved_max_pollfd = 0; local
157 if (svc_max_pollfd > saved_max_pollfd) {
165 saved_max_pollfd = svc_max_pollfd;
/openbsd-current/usr.sbin/ypserv/yppush/
H A Dyppush.c73 int nready, saved_max_pollfd = 0; local
76 if (svc_max_pollfd > saved_max_pollfd) {
84 saved_max_pollfd = svc_max_pollfd;
/openbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv.c344 int nready, saved_max_pollfd = 0; local
351 if (svc_max_pollfd > saved_max_pollfd) {
359 saved_max_pollfd = svc_max_pollfd;
/openbsd-current/sbin/mountd/
H A Dmountd.c671 nfds_t saved_max_pollfd = 0; local
696 if (svc_max_pollfd > saved_max_pollfd) {
704 saved_max_pollfd = svc_max_pollfd;

Completed in 142 milliseconds