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.c109 .pr_state = PRISON_STATE_ALIVE,
2092 pr->pr_state = PRISON_STATE_ALIVE; in kern_jail_set()
3144 pr->pr_state == PRISON_STATE_ALIVE) { in prison_deref()
3588 if (__predict_false(pr->pr_state != PRISON_STATE_ALIVE)) in prison_isalive()
4984 pr->pr_state == PRISON_STATE_ALIVE ? "alive" : in db_show_prison()