Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_core.c192 static int vt_proc_alive(struct vt_window *);
546 if (vt_proc_alive(curvw) == FALSE) { in vt_proc_window_switch()
2183 vt_proc_alive(struct vt_window *vw) in vt_proc_alive() function
2209 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_rel()
2230 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_acq()
/freebsd/sys/dev/syscons/
H A Dsyscons.c222 static int vt_proc_alive(scr_stat *scp);
2860 vt_proc_alive(sc->old_scp); in sc_switch_scr()
2861 vt_proc_alive(sc->new_scp); in sc_switch_scr()
2897 vt_proc_alive(sc->new_scp); in do_switch_scr()
2916 vt_proc_alive(scr_stat *scp) in vt_proc_alive() function