Home
last modified time | relevance | path

Searched refs:PRISON_STATE_ALIVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Djail.h91 PRISON_STATE_ALIVE, /* Current prison, visible to all */ enumerator
/freebsd/sys/kern/
H A Dkern_jail.c117 .pr_state = PRISON_STATE_ALIVE,
2321 pr->pr_state = PRISON_STATE_ALIVE; in kern_jail_set()
3719 pr->pr_state == PRISON_STATE_ALIVE) { in prison_deref()
4191 if (__predict_false(pr->pr_state != PRISON_STATE_ALIVE)) in prison_isalive()
5690 pr->pr_state == PRISON_STATE_ALIVE ? "alive" : in db_show_prison()