Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/jail/
H A Dstate.c169 depfrom = DEP_TO; in dep_check()
173 depto = DEP_TO; in dep_check()
241 depfrom = DEP_TO; in dep_done()
245 depto = DEP_TO; in dep_done()
274 depfrom = JF_DO_STOP(j->flags) ? DEP_TO : DEP_FROM; in dep_reset()
417 d->j[DEP_TO] = to; in dep_add()
419 STAILQ_INSERT_TAIL(&to->dep[DEP_TO], d, tq[DEP_TO]); in dep_add()
H A Djailp.h42 #define DEP_TO 1 macro
H A Dconfig.c289 STAILQ_INIT(&j->dep[DEP_TO]); in add_jail()