Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Djail.h91 PRISON_STATE_ALIVE, /* Current prison, visible to all */ enumerator
/freebsd-14.2/sys/kern/
H A Dkern_jail.c109 .pr_state = PRISON_STATE_ALIVE,
2109 pr->pr_state = PRISON_STATE_ALIVE; in kern_jail_set()
3112 pr->pr_state == PRISON_STATE_ALIVE) { in prison_deref()
3556 if (__predict_false(pr->pr_state != PRISON_STATE_ALIVE)) in prison_isalive()
4939 pr->pr_state == PRISON_STATE_ALIVE ? "alive" : in db_show_prison()