Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/rpc/
Dsvc.h437 #define SVC_STAT(xprt) \ macro
460 #define SVC_STAT(xprt) \ macro
Dsvc.c1004 if ((stat = SVC_STAT(xprt)) == XPRT_DIED) { in svc_getreq()
/freebsd-12-stable/include/rpc/
Dsvc.h182 #define SVC_STAT(xprt) \ macro
/freebsd-12-stable/lib/libc/rpc/
Dsvc.c703 if ((stat = SVC_STAT(xprt)) == XPRT_DIED){ in svc_getreq_common()