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

/freebsd-11.0-release/usr.sbin/jail/
H A Djailp.h57 #define JF_SET 0x0002 /* -m */ macro
69 #define JF_OP_MASK (JF_START | JF_SET | JF_STOP)
71 #define JF_START_SET (JF_START | JF_SET)
72 #define JF_SET_RESTART (JF_SET | JF_STOP)
73 #define JF_START_SET_RESTART (JF_START | JF_SET | JF_STOP)
74 #define JF_DO_STOP(js) (((js) & (JF_SET | JF_STOP)) == JF_STOP)
H A Dstate.c200 case JF_SET:
202 dj->flags |= JF_SET;
211 if (dj->flags & JF_SET)
212 dj->flags ^= (JF_START | JF_SET);
252 (JF_SET | JF_DEPEND)) {
H A Djail.c181 op |= JF_SET;
388 if ((j->flags & (JF_START | JF_SET)) &&
394 (j->flags & (JF_SET | JF_DEPEND)) == JF_SET
406 j->flags = j->jid < 0 ? JF_START : JF_SET;
415 j->flags = rdtun_params(j, 0) ? JF_RESTART : JF_SET;
421 : rdtun_params(j, 0) ? JF_RESTART : JF_SET;
452 case JF_SET:

Completed in 162 milliseconds