Searched refs:oldcl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c119 CLIENT *cl, *oldcl, *concl; local
178 oldcl = rpctls_connect_handle;
182 if (oldcl != NULL) {
183 CLNT_CLOSE(oldcl);
184 CLNT_RELEASE(oldcl);
231 oldcl = rpctls_server_handle;
235 if (oldcl != NULL) {
236 CLNT_CLOSE(oldcl);
237 CLNT_RELEASE(oldcl);
242 oldcl
[all...]
/freebsd-13-stable/sys/kgssapi/
H A Dgss_impl.c94 CLIENT *cl, *oldcl; local
128 oldcl = kgss_gssd_handle;
132 if (oldcl != NULL) {
133 CLNT_CLOSE(oldcl);
134 CLNT_RELEASE(oldcl);
/freebsd-13-stable/usr.sbin/jail/
H A Djail.c73 static void print_jail(FILE *fp, struct cfjail *j, int oldcl, int running);
143 int ch, docf, error, i, oldcl, sysval; local
238 oldcl = 0;
245 oldcl = 1;
456 print_jail(jfp, j, oldcl, 1);
935 print_jail(FILE *fp, struct cfjail *j, int oldcl, int running) argument
940 if (oldcl) {

Completed in 68 milliseconds