Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/rpc/
Dsvc.c196 svc_maxfd = max(svc_maxfd, sock); in svc_fd_insert()
223 if (sock == svc_maxfd) { in svc_fd_remove()
224 for (svc_maxfd--; svc_maxfd >= 0; svc_maxfd--) in svc_fd_remove()
225 if (xports[svc_maxfd]) in svc_fd_remove()
Drpc_commondata.c38 int svc_maxfd = -1; variable
/mirbsd/src/include/rpc/
Dsvc.h269 extern int svc_maxfd; /* non-standard */
/mirbsd/src/sbin/mountd/
Dmountd.c349 switch (select(svc_maxfd+1, fds, 0, 0, (struct timeval *)0)) { in mountd_svc_run()
360 svc_getreqset2(fds, svc_maxfd+1); in mountd_svc_run()