Searched refs:JF_STOP (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Djailp.h60 #define JF_STOP 0x0004 /* -r */ macro
72 #define JF_OP_MASK (JF_START | JF_SET | JF_STOP)
73 #define JF_RESTART (JF_START | JF_STOP)
75 #define JF_SET_RESTART (JF_SET | JF_STOP)
76 #define JF_START_SET_RESTART (JF_START | JF_SET | JF_STOP)
77 #define JF_DO_STOP(js) (((js) & (JF_SET | JF_STOP)) == JF_STOP)
H A Dstate.c203 else if (dj->flags & JF_STOP)
206 case JF_STOP:
208 if (!(dj->flags & JF_STOP))
210 dj->flags |= JF_STOP;
309 if (!target || (!docf && (state & JF_OP_MASK) != JF_STOP) ||
368 if (j == NULL && (state & JF_OP_MASK) == JF_STOP) {
H A Djail.c225 op |= JF_STOP;
228 op |= JF_STOP;
315 } else if (op == JF_STOP) {
379 if ((op & JF_OP_MASK) == JF_STOP) {
476 j->flags |= JF_STOP;
485 if (j->flags & JF_STOP)
513 case JF_STOP:
541 j->flags &= ~(JF_STOP | JF_CLEANUP);
H A Dcommand.c116 create_failed = (j->flags & (JF_STOP | JF_FAILED)) == JF_FAILED;
117 stopping = (j->flags & JF_STOP) != 0;
308 down = j->flags & (JF_STOP | JF_FAILED);
320 if (verbose > 0 || (verbose == 0 && (j->flags & JF_STOP
324 if (j->flags & JF_STOP)
H A Dconfig.c574 if (((j->flags & JF_OP_MASK) != JF_STOP ||

Completed in 63 milliseconds