Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.h122 #define SWITCH_WAIT_REL 0x00080 /* waiting for vty release */ macro
H A Dsyscons.c2673 if (cur_scp->status & SWITCH_WAIT_REL) { in sc_switch_scr()
2704 if (cur_scp->status & SWITCH_WAIT_REL) { in sc_switch_scr()
2894 scp->status |= SWITCH_WAIT_REL; in signal_vt_rel()
2920 if (scp == scp->sc->old_scp && scp->status & SWITCH_WAIT_REL) { in finish_vt_rel()
2921 scp->status &= ~SWITCH_WAIT_REL; in finish_vt_rel()