Home
last modified time | relevance | path

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

/freebsd/usr.sbin/jail/
H A Dstate.c167 depfrom = DEP_TO; in dep_check()
171 depto = DEP_TO; in dep_check()
239 depfrom = DEP_TO; in dep_done()
243 depto = DEP_TO; in dep_done()
272 depfrom = JF_DO_STOP(j->flags) ? DEP_TO : DEP_FROM; in dep_reset()
415 d->j[DEP_TO] = to; in dep_add()
417 STAILQ_INSERT_TAIL(&to->dep[DEP_TO], d, tq[DEP_TO]); in dep_add()
H A Djailp.h41 #define DEP_TO 1 macro
H A Dconfig.c342 STAILQ_INIT(&j->dep[DEP_TO]); in add_jail()