Searched refs:ct_closed (Results 1 – 3 of 3) sorted by relevance
139 ct->ct_closed = FALSE; in clnt_bck_create()216 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_call()545 if (ct->ct_closed) { in clnt_bck_close()553 KASSERT(ct->ct_closed, ("client should be closed")); in clnt_bck_close()559 ct->ct_closed = TRUE; in clnt_bck_close()597 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_svccall()
156 ct->ct_closed = FALSE; in clnt_vc_create()311 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()342 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()806 if (ct->ct_closed) { in clnt_vc_close()814 KASSERT(ct->ct_closed, ("client should be closed")); in clnt_vc_close()846 ct->ct_closed = TRUE; in clnt_vc_close()1273 while (!ct->ct_closed) { in clnt_vc_dotlsupcall()
124 bool_t ct_closed; /* TRUE if we are closed */ member