Searched refs:ct_closed (Results 1 – 3 of 3) sorted by relevance
135 ct->ct_closed = FALSE; in clnt_bck_create()212 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_call()524 if (ct->ct_closed) { in clnt_bck_close()532 KASSERT(ct->ct_closed, ("client should be closed")); in clnt_bck_close()538 ct->ct_closed = TRUE; in clnt_bck_close()576 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_svccall()
155 ct->ct_closed = 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()801 if (ct->ct_closed) { in clnt_vc_close()809 KASSERT(ct->ct_closed, ("client should be closed")); in clnt_vc_close()841 ct->ct_closed = TRUE; in clnt_vc_close()1268 while (!ct->ct_closed) { in clnt_vc_dotlsupcall()
103 bool_t ct_closed; /* TRUE if we are closed */ member