Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dsvc.h446 #define SVC_STAT(xprt) \ macro
469 #define SVC_STAT(xprt) \ macro
H A Dsvc.c1026 if ((stat = SVC_STAT(xprt)) == XPRT_DIED) { in svc_getreq()
/freebsd-14.2/include/rpc/
H A Dsvc.h185 #define SVC_STAT(xprt) \ macro
/freebsd-14.2/lib/libc/rpc/
H A Dsvc.c700 if ((stat = SVC_STAT(xprt)) == XPRT_DIED){ in svc_getreq_common()