Lines Matching refs:sc_softc_t
134 none_saver(sc_softc_t *sc, int blank) in none_saver()
137 static void (*current_saver)(sc_softc_t *, int) = none_saver;
183 static int sc_allocate_keyboard(sc_softc_t *sc, int unit);
195 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
200 static scr_stat *alloc_scp(sc_softc_t *sc, int vty);
201 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp);
208 static void scsplash_saver(sc_softc_t *sc, int show);
209 static int add_scrn_saver(void (*this_saver)(sc_softc_t *, int));
210 static int remove_scrn_saver(void (*this_saver)(sc_softc_t *, int));
214 static void stop_scrn_saver(sc_softc_t *sc, void (*saver)(sc_softc_t *, int));
215 static int wait_scrn_saver_stop(sc_softc_t *sc);
221 static int do_switch_scr(sc_softc_t *sc, int s);
227 static void exchange_scr(sc_softc_t *sc);
445 sc_set_vesa_mode(scr_stat *scp, sc_softc_t *sc, int unit) in sc_set_vesa_mode()
562 sc_softc_t *sc; in sc_attach_unit()
724 sc_softc_t *sc; in sctty_open()
817 sc_softc_t *sc; in sckbdevent()
823 sc = (sc_softc_t *)arg; in sckbdevent()
892 sc_softc_t *sc; in sctty_ioctl()
1788 static void sccnclose(sc_softc_t *sc, struct sc_cnstate *sp);
1790 static void sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp);
1791 static void sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1792 static void sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags);
1793 static void sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp);
1794 static void sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1797 sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnkbdlock()
1809 sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnkbdunlock()
1817 sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnscrlock()
1853 sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnscrunlock()
1861 sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags) in sccnopen()
1911 sccnclose(sc_softc_t *sc, struct sc_cnstate *sp) in sccnclose()
1945 sc_softc_t *sc; in sc_cngrab()
1960 sc_softc_t *sc; in sc_cnungrab()
2191 sc_softc_t *sc; in scrn_timer()
2198 sc = (sc_softc_t *)arg; in scrn_timer()
2422 sc_softc_t *sc; in scsplash_callback()
2425 sc = (sc_softc_t *)arg; in scsplash_callback()
2454 scsplash_saver(sc_softc_t *sc, int show) in scsplash_saver()
2493 add_scrn_saver(void (*this_saver)(sc_softc_t *, int)) in add_scrn_saver() argument
2514 remove_scrn_saver(void (*this_saver)(sc_softc_t *, int)) in remove_scrn_saver() argument
2621 stop_scrn_saver(sc_softc_t *sc, void (*saver)(sc_softc_t *, int)) in stop_scrn_saver() argument
2637 wait_scrn_saver_stop(sc_softc_t *sc) in wait_scrn_saver_stop()
2664 sc_switch_scr(sc_softc_t *sc, u_int next_scr) in sc_switch_scr()
2895 do_switch_scr(sc_softc_t *sc, int s) in do_switch_scr()
2986 exchange_scr(sc_softc_t *sc) in exchange_scr()
3143 sc_softc_t *sc; in sc_change_cursor_shape()
3218 sc_softc_t *sc; in scinit()
3434 sc_softc_t *sc; in scterm()
3594 alloc_scp(sc_softc_t *sc, int vty) in alloc_scp()
3619 init_scp(sc_softc_t *sc, int vty, scr_stat *scp) in init_scp()
3753 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp) in scgetc()
4206 sc_softc_t *sc; in sc_load_font()
4218 sc_softc_t *sc; in sc_save_font()
4346 sc_allocate_keyboard(sc_softc_t *sc, int unit) in sc_allocate_keyboard()