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

/freebsd-10-stable/sys/kgssapi/
H A Dgss_impl.c98 CLIENT *cl, *oldcl; local
123 oldcl = kgss_gssd_handle;
127 if (oldcl != NULL) {
128 CLNT_CLOSE(oldcl);
129 CLNT_RELEASE(oldcl);
/freebsd-10-stable/usr.sbin/jail/
H A Djail.c70 static void print_jail(FILE *fp, struct cfjail *j, int oldcl);
136 int ch, docf, error, i, oldcl, sysval; local
228 oldcl = 0;
235 oldcl = 1;
448 print_jail(jfp, j, oldcl);
927 print_jail(FILE *fp, struct cfjail *j, int oldcl) argument
931 if (oldcl) {

Completed in 111 milliseconds