Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/vt/
Dvt_core.c145 static int vt_proc_alive(struct vt_window *);
215 if (vt_proc_alive(curvw) == FALSE) { in vt_proc_window_switch()
1084 vt_proc_alive(struct vt_window *vw) in vt_proc_alive() function
1110 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_rel()
1131 if (vw->vw_proc == NULL || vt_proc_alive(vw) == FALSE) { in signal_vt_acq()
/freebsd-9-stable/sys/dev/syscons/
Dsyscons.c213 static int vt_proc_alive(scr_stat *scp);
2489 vt_proc_alive(sc->old_scp); in sc_switch_scr()
2490 vt_proc_alive(sc->new_scp); in sc_switch_scr()
2525 vt_proc_alive(sc->new_scp); in do_switch_scr()
2544 vt_proc_alive(scr_stat *scp) in vt_proc_alive() function