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

/freebsd-current/usr.sbin/jail/
H A Dstate.c123 dep_add(j, dj, DF_LIGHT);
218 if (!((d->flags & DF_LIGHT) &&
246 if ((d->flags & DF_SEEN) | (flags & ~d->flags & DF_LIGHT))
H A Djailp.h44 #define DF_LIGHT 0x02 /* Implied dependency on jail existence only */ macro
H A Dcommand.c325 dep_done(j, DF_LIGHT);
335 dep_done(j, DF_LIGHT);

Completed in 77 milliseconds