Home
last modified time | relevance | path

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

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