• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/syscons/

Lines Matching refs:sc_softc_t

136 none_saver(sc_softc_t *sc, int blank)
139 static void (*current_saver)(sc_softc_t *, int) = none_saver;
185 static int sc_allocate_keyboard(sc_softc_t *sc, int unit);
197 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
202 static scr_stat *alloc_scp(sc_softc_t *sc, int vty);
203 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp);
210 static void scsplash_saver(sc_softc_t *sc, int show);
211 static int add_scrn_saver(void (*this_saver)(sc_softc_t *, int));
212 static int remove_scrn_saver(void (*this_saver)(sc_softc_t *, int));
216 static void stop_scrn_saver(sc_softc_t *sc, void (*saver)(sc_softc_t *, int));
217 static int wait_scrn_saver_stop(sc_softc_t *sc);
223 static int do_switch_scr(sc_softc_t *sc, int s);
229 static void exchange_scr(sc_softc_t *sc);
447 sc_set_vesa_mode(scr_stat *scp, sc_softc_t *sc, int unit)
564 sc_softc_t *sc;
726 sc_softc_t *sc;
819 sc_softc_t *sc;
825 sc = (sc_softc_t *)arg;
894 sc_softc_t *sc;
1786 static void sccnclose(sc_softc_t *sc, struct sc_cnstate *sp);
1788 static void sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp);
1789 static void sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1790 static void sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags);
1791 static void sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp);
1792 static void sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1795 sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp)
1807 sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp)
1815 sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp)
1851 sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp)
1859 sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags)
1909 sccnclose(sc_softc_t *sc, struct sc_cnstate *sp)
1943 sc_softc_t *sc;
1958 sc_softc_t *sc;
2189 sc_softc_t *sc;
2196 sc = (sc_softc_t *)arg;
2420 sc_softc_t *sc;
2423 sc = (sc_softc_t *)arg;
2452 scsplash_saver(sc_softc_t *sc, int show)
2491 add_scrn_saver(void (*this_saver)(sc_softc_t *, int))
2512 remove_scrn_saver(void (*this_saver)(sc_softc_t *, int))
2619 stop_scrn_saver(sc_softc_t *sc, void (*saver)(sc_softc_t *, int))
2635 wait_scrn_saver_stop(sc_softc_t *sc)
2662 sc_switch_scr(sc_softc_t *sc, u_int next_scr)
2893 do_switch_scr(sc_softc_t *sc, int s)
2984 exchange_scr(sc_softc_t *sc)
3141 sc_softc_t *sc;
3216 sc_softc_t *sc;
3432 sc_softc_t *sc;
3592 alloc_scp(sc_softc_t *sc, int vty)
3617 init_scp(sc_softc_t *sc, int vty, scr_stat *scp)
3751 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp)
4204 sc_softc_t *sc;
4216 sc_softc_t *sc;
4339 sc_allocate_keyboard(sc_softc_t *sc, int unit)