Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dsvc.h332 #define svc_fds svc_fdset.fds_bits[0] /* compatibility */ macro
334 extern int svc_fds;
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c140 readfds = svc_fds; in ypupdated_svc_run()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c143 readfds = svc_fds; in ypxfrd_svc_run()
/freebsd/sys/rpc/
H A Dsvc.h684 #define svc_fds svc_fdset.fds_bits[0] /* compatibility */ macro
686 extern int svc_fds;
/freebsd/lib/libc/rpc/
H A DMakefile.inc165 rpc_soc.3 svc_fds.3 \
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c147 readfds = svc_fds; in yp_svc_run()