Searched refs:sc_softc_t (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/mips/mips/
H A Dsc_machdep.c45 static sc_softc_t sc_softcs[8];
62 sc_softc_t *
65 sc_softc_t *sc;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dsc_machdep.c45 static sc_softc_t sc_softcs[8];
62 sc_softc_t *
65 sc_softc_t *sc;
/freebsd-13-stable/sys/arm/arm/
H A Dsc_machdep.c45 static sc_softc_t sc_softcs[8];
62 sc_softc_t *
65 sc_softc_t *sc;
/freebsd-13-stable/sys/isa/
H A Dsyscons_isa.c67 static sc_softc_t main_softc;
103 sc_softc_t
106 sc_softc_t *sc;
127 sc_softc_t
130 sc_softc_t *sc;
227 sizeof(sc_softc_t),
/freebsd-13-stable/sys/dev/fb/
H A Dsplash_txt.c67 draw_text_splash(sc_softc_t *sc)
109 sc_softc_t *sc;
/freebsd-13-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c127 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff,
143 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff,
185 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len)
195 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len)
215 sc_softc_t *sc;
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c136 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 *s
[all...]
H A Dsyscons.h275 } sc_softc_t; typedef in typeref:struct:sc_softc
570 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);
602 void sc_remove_all_cutmarkings(sc_softc_t *scp);
603 void sc_remove_all_mouse(sc_softc_t *scp);
676 sc_softc_t *sc_get_softc(int unit, int flags);
677 sc_softc_t *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd);
H A Dscmouse.c303 sc_remove_all_cutmarkings(sc_softc_t *sc)
318 sc_remove_all_mouse(sc_softc_t *sc)
H A Dscterm-sc.c201 sc_softc_t *sc;
H A Dscvgarndr.c499 sc_softc_t *sc;
/freebsd-13-stable/sys/dev/syscons/star/
H A Dstar_saver.c57 sc_softc_t *sc;
/freebsd-13-stable/sys/dev/syscons/snake/
H A Dsnake_saver.c71 sc_softc_t *sc;
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c1044 sizeof(sc_softc_t),

Completed in 212 milliseconds