Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Dclnt_vc.c109 bool_t ct_closeit; /* close it on destroy */ member
253 ct->ct_closeit = FALSE; in clnt_vc_create()
284 if (ct->ct_closeit) { in clnt_vc_create()
538 ct->ct_closeit = TRUE; in clnt_vc_control()
542 ct->ct_closeit = FALSE; in clnt_vc_control()
647 if (ct->ct_closeit && ct->ct_fd != -1) { in clnt_vc_destroy()
/freebsd-14.2/sys/rpc/
H A Dclnt_vc.c216 ct->ct_closeit = FALSE; in clnt_vc_create()
243 if (ct->ct_closeit) { in clnt_vc_create()
261 if (ct->ct_closeit) { in clnt_vc_create()
653 ct->ct_closeit = TRUE; in clnt_vc_control()
657 ct->ct_closeit = FALSE; in clnt_vc_control()
884 if (ct->ct_closeit) { in clnt_vc_destroy()
H A Dkrpc.h102 bool_t ct_closeit; /* close it on destroy */ member
H A Dclnt_bck.c142 ct->ct_closeit = FALSE; in clnt_bck_create()