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

/freebsd-13-stable/usr.sbin/jail/
H A Djail.c143 int ch, docf, error, i, oldcl, sysval; local
154 docf = 1;
177 docf = 0;
188 docf = 0;
195 docf = 0;
214 docf = 0;
219 docf = 0;
225 docf = 0;
244 docf = 0;
295 if (!docf || arg
[all...]
H A Dstate.c56 dep_setup(int docf) argument
67 if (!docf) {
304 start_state(const char *target, int docf, unsigned state, int running) argument
311 if (!target || (!docf && state != JF_STOP) ||
320 (docf ? JF_WILD : 0);
H A Djailp.h224 extern void dep_setup(int docf);
229 extern int start_state(const char *target, int docf, unsigned state,

Completed in 63 milliseconds