Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_bck.c134 ct->ct_closing = FALSE; in clnt_bck_create()
212 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_call()
471 if (ct->ct_closing) in clnt_bck_call()
529 if (ct->ct_closing) { in clnt_bck_close()
530 while (ct->ct_closing) in clnt_bck_close()
537 ct->ct_closing = FALSE; in clnt_bck_close()
576 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_svccall()
H A Dclnt_vc.c151 ct->ct_closing = FALSE; in clnt_vc_create()
315 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()
346 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()
595 if (ct->ct_closing) in clnt_vc_call()
815 if (ct->ct_closing) { in clnt_vc_close()
816 while (ct->ct_closing) in clnt_vc_close()
824 ct->ct_closing = TRUE; in clnt_vc_close()
849 ct->ct_closing = FALSE; in clnt_vc_close()
H A Dkrpc.h99 bool_t ct_closing; /* TRUE if we are closing */ member