Searched refs:svc_getreq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/include/rpc/
H A Dsvc.h321 * routine svc_getreq is provided. It must be passed readfds, the
354 extern void svc_getreq(int);
/freebsd-13-stable/sys/rpc/
H A Dsvc.h669 * routine svc_getreq is provided. It must be passed readfds, the
699 extern void svc_getreq(int);
H A Dsvc.c922 svc_getreq(SVCXPRT *xprt, struct svc_req **rqstp_ret) function
1263 stat = svc_getreq(xprt, &rqstp);
1290 * If this was the last queued request, svc_getreq will end
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc.c587 svc_getreq(int rdfds) function

Completed in 166 milliseconds