Home
last modified time | relevance | path

Searched refs:xp_active (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/rpc/
Dsvc.c313 xprt->xp_active = FALSE; in xprt_register()
404 if (!xprt->xp_active) { in xprt_active()
405 xprt->xp_active = TRUE; in xprt_active()
423 if (xprt->xp_active) { in xprt_inactive_locked()
426 xprt->xp_active = FALSE; in xprt_inactive_locked()
450 xprt->xp_active = FALSE; in xprt_inactive_self()
1236 if (xprt->xp_active) { in svc_run_internal()
Dsvc.h158 bool_t xp_active; /* xprt_active has been called */ member