Searched refs:sc_switch_scr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 1296 error = sc_switch_scr(sc, i); in sctty_ioctl() 1907 sc_switch_scr(sc, sc_console->index); in sccnopen() 2631 sc_switch_scr(sc, sc->delayed_next_scr - 1); in stop_scrn_saver() 2664 sc_switch_scr(sc_softc_t *sc, u_int next_scr) in sc_switch_scr() function 3040 sc_switch_scr(scp->sc, scp->sc->delayed_next_scr - 1); in sc_puts() 3499 sc_switch_scr(sc_console->sc, sc_console->index); in scshutdown() 3520 sc_switch_scr(sc_console->sc, sc_console->index); in scsuspend() 3542 sc_switch_scr(sc_console->sc, sc_susp_scr); in scresume() 4017 sc_switch_scr( in scgetc() 4034 sc_switch_scr( in scgetc() [all …]
|
H A D | scterm-teken.c | 745 sc_switch_scr(scp->sc, value); in scteken_param()
|
H A D | syscons.h | 568 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);
|
H A D | scterm-sc.c | 533 sc_switch_scr(sc, tcp->param[0]); in scterm_scan_esc()
|