Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/rpc/
Dsvc.h429 #define SVC_STAT(xprt) \ macro
452 #define SVC_STAT(xprt) \ macro
Dsvc.c961 if ((stat = SVC_STAT(xprt)) == XPRT_DIED) { in svc_getreq()
/freebsd-9-stable/include/rpc/
Dsvc.h179 #define SVC_STAT(xprt) \ macro
/freebsd-9-stable/lib/libc/rpc/
Dsvc.c732 if ((stat = SVC_STAT(xprt)) == XPRT_DIED){