Home
last modified time | relevance | path

Searched refs:sc_switch_scr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c1316 error = sc_switch_scr(sc, i); in scioctl()
1978 sc_switch_scr(sc_console->sc, sc_console->index); in sccndbctl()
2708 sc_switch_scr(sc, sc->delayed_next_scr - 1); in stop_scrn_saver()
2765 sc_switch_scr(sc_softc_t *sc, u_int next_scr) in sc_switch_scr() function
3140 sc_switch_scr(scp->sc, scp->sc->delayed_next_scr - 1); in sc_puts()
3518 sc_switch_scr(sc_console->sc, sc_console->index); in scshutdown()
4019 sc_switch_scr(scp->sc, sc->first_vty + i); in scgetc()
4034 sc_switch_scr(scp->sc, sc->first_vty + i); in scgetc()
4044 sc_switch_scr(scp->sc, sc->first_vty + KEYCHAR(c) - F_SCR); in scgetc()
4354 sc_switch_scr(scp->sc, scp->sc->delayed_next_scr - 1); in sc_blink_screen()
HDsyscons.h534 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);
HDscterm-sc.c513 sc_switch_scr(sc, tcp->param[0]); in scterm_scan_esc()