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

/freebsd-10-stable/usr.sbin/jail/
H A Djail.c136 int ch, docf, error, i, oldcl, sysval; local
148 docf = 1;
167 docf = 0;
178 docf = 0;
185 docf = 0;
204 docf = 0;
209 docf = 0;
215 docf = 0;
234 docf = 0;
287 if (!docf || arg
[all...]
H A Dstate.c54 dep_setup(int docf) argument
65 if (!docf) {
303 start_state(const char *target, int docf, unsigned state, int running) argument
310 if (!target || (!docf && state != JF_STOP) ||
319 (docf ? JF_WILD : 0);
H A Djailp.h219 extern void dep_setup(int docf);
224 extern int start_state(const char *target, int docf, unsigned state,

Completed in 52 milliseconds