Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_nl.c147 int nl_prio; member
201 .nl_prio = PSOCK | PCATCH, in client_nl_create()
335 (void)msleep(cr, &nl->nl_lock, nl->nl_prio, nl->nl_wchan, in clnt_nl_call()
504 nl->nl_prio |= PCATCH; in clnt_nl_control()
506 nl->nl_prio &= ~PCATCH; in clnt_nl_control()
510 *(int *)info = (nl->nl_prio & PCATCH) ? TRUE : FALSE; in clnt_nl_control()