Searched refs:JF_OP_MASK (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/jail/
H A Dstate.c189 if (bits[dj->flags & JF_OP_MASK] <= 1) {
190 if (!(dj->flags & JF_OP_MASK)) {
196 switch (j->flags & JF_OP_MASK) {
201 if (!(dj->flags & JF_OP_MASK))
251 (j->flags & (JF_OP_MASK | JF_DEPEND)) !=
309 if (!target || (!docf && (state & JF_OP_MASK) != JF_STOP) ||
368 if (j == NULL && (state & JF_OP_MASK) == JF_STOP) {
H A Djailp.h72 #define JF_OP_MASK (JF_START | JF_SET | JF_STOP) macro
H A Djail.c379 if ((op & JF_OP_MASK) == JF_STOP) {
433 switch (j->flags & JF_OP_MASK) {
461 switch (j->flags & JF_OP_MASK) {
H A Dconfig.c574 if (((j->flags & JF_OP_MASK) != JF_STOP ||

Completed in 69 milliseconds