Searched refs:svc_maxfd (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Drpc_commondata.c49 int svc_maxfd = -1; variable
H A Dsvc_run.c72 switch (_select(svc_maxfd+1, &readfds, NULL, NULL, &timeout)) {
H A Dsvc.c123 svc_maxfd = max(svc_maxfd, sock);
158 if (sock >= svc_maxfd) {
159 for (svc_maxfd--; svc_maxfd>=0; svc_maxfd--)
160 if (__svc_xports[svc_maxfd])
H A Dsvc_vc.c753 for (i = ncleaned = 0; i <= svc_maxfd; i++) {
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c524 if (fd > svc_maxfd)
525 svc_maxfd = fd;
1024 if (fi->forward_fd >= svc_maxfd)
1025 svc_maxfd--;
1105 for (n = 0; n <= svc_maxfd; n++) {
1171 fprintf(stderr, "svc_maxfd now %u\n", svc_maxfd);
/freebsd-13-stable/include/rpc/
H A Dsvc.h329 extern int svc_maxfd;
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c106 switch (select(svc_maxfd + 1, &readfds, NULL, NULL, &tv)) {
/freebsd-13-stable/usr.sbin/yppush/
H A Dyppush_main.c242 rc = select(svc_maxfd + 1, &readfds, NULL, NULL, &timeout);
/freebsd-13-stable/sys/rpc/
H A Dsvc.h678 extern int svc_maxfd;

Completed in 138 milliseconds