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

/freebsd-13-stable/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.c205 else if (dj->flags & JF_STOP)
208 case JF_STOP:
210 if (!(dj->flags & JF_STOP))
212 dj->flags |= JF_STOP;
311 if (!target || (!docf && state != JF_STOP) ||
370 if (j == NULL && state == JF_STOP) {
H A Djail.c206 op |= JF_STOP;
209 op |= JF_STOP;
287 } else if (op == JF_STOP || op == JF_SHOW) {
357 if (op == JF_STOP) {
479 case JF_STOP:
503 j->flags &= ~JF_STOP;
H A Dcommand.c119 create_failed = (j->flags & (JF_STOP | JF_FAILED)) == JF_FAILED;
120 stopping = (j->flags & JF_STOP) != 0;
311 down = j->flags & (JF_STOP | JF_FAILED);
323 if (verbose > 0 || (verbose == 0 && (j->flags & JF_STOP
327 if (j->flags & JF_STOP)
H A Dconfig.c521 if (((j->flags & JF_OP_MASK) != JF_STOP ||

Completed in 97 milliseconds