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.c154 ct->ct_closing = FALSE; in clnt_vc_create()
310 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()
341 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()
590 if (ct->ct_closing) in clnt_vc_call()
806 if (ct->ct_closing) { in clnt_vc_close()
807 while (ct->ct_closing) in clnt_vc_close()
815 ct->ct_closing = TRUE; in clnt_vc_close()
840 ct->ct_closing = FALSE; in clnt_vc_close()
H A Dkrpc.h102 bool_t ct_closing; /* TRUE if we are closing */ member