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

/freebsd-10.0-release/usr.sbin/jail/
H A Djail.c134 int ch, docf, error, i, oldcl, sysval; local
146 docf = 1;
165 docf = 0;
176 docf = 0;
183 docf = 0;
202 docf = 0;
207 docf = 0;
213 docf = 0;
232 docf = 0;
285 if (!docf || arg
[all...]
H A Djailp.h216 extern void dep_setup(int docf);
221 extern int start_state(const char *target, int docf, unsigned state,
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);

Completed in 193 milliseconds