Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt_core.c177 static int vt_proc_alive(struct vt_window *);
537 if (vt_proc_alive(curvw) == FALSE) { in vt_proc_window_switch()
1765 vt_proc_alive(struct vt_window *vw) in vt_proc_alive() function
1791 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_rel()
1812 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_acq()
/freebsd-12-stable/sys/dev/syscons/
Dsyscons.c218 static int vt_proc_alive(scr_stat *scp);
2818 vt_proc_alive(sc->old_scp); in sc_switch_scr()
2819 vt_proc_alive(sc->new_scp); in sc_switch_scr()
2854 vt_proc_alive(sc->new_scp); in do_switch_scr()
2873 vt_proc_alive(scr_stat *scp) in vt_proc_alive() function