Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDsvc.c314 xprt->xp_active = FALSE; in xprt_register()
405 if (!xprt->xp_active) { in xprt_active()
406 xprt->xp_active = TRUE; in xprt_active()
424 if (xprt->xp_active) { in xprt_inactive_locked()
427 xprt->xp_active = FALSE; in xprt_inactive_locked()
451 xprt->xp_active = FALSE; in xprt_inactive_self()
1251 if (xprt->xp_active) { in svc_run_internal()
HDsvc.h159 bool_t xp_active; /* xprt_active has been called */ member