Home
last modified time | relevance | path

Searched refs:sc_softc_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/isa/
H A Dsyscons_isa.c63 static sc_softc_t main_softc;
99 sc_softc_t
102 sc_softc_t *sc; in sc_get_softc()
124 sc_softc_t
128 sc_softc_t *sc; in sc_find_softc()
226 sizeof(sc_softc_t),
/freebsd/sys/arm/arm/
H A Dsc_machdep.c42 static sc_softc_t sc_softcs[8];
59 sc_softc_t *
62 sc_softc_t *sc; in sc_get_softc()
/freebsd/sys/powerpc/powerpc/
H A Dsc_machdep.c42 static sc_softc_t sc_softcs[8];
59 sc_softc_t *
62 sc_softc_t *sc; in sc_get_softc()
/freebsd/sys/dev/syscons/
H A Dsyscons.c134 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));
[all …]
H A Dsyscons.h273 } sc_softc_t; typedef
568 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);
600 void sc_remove_all_cutmarkings(sc_softc_t *scp);
601 void sc_remove_all_mouse(sc_softc_t *scp);
674 sc_softc_t *sc_get_softc(int unit, int flags);
675 sc_softc_t *sc_find_softc(struct video_adapter *adp, struct keyboard *kbd);
H A Dscmouse.c301 sc_remove_all_cutmarkings(sc_softc_t *sc) in sc_remove_all_cutmarkings()
316 sc_remove_all_mouse(sc_softc_t *sc) in sc_remove_all_mouse()
H A Dscterm-sc.c199 sc_softc_t *sc; in scterm_scan_esc()
H A Dscvgarndr.c498 sc_softc_t *sc; in draw_txtcharcursor()
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string()
213 sc_softc_t *sc; in daemon_saver()
/freebsd/sys/dev/fb/
H A Dsplash_txt.c65 draw_text_splash(sc_softc_t *sc) in draw_text_splash()
107 sc_softc_t *sc; in txt_splash()
/freebsd/sys/dev/syscons/star/
H A Dstar_saver.c55 sc_softc_t *sc; in star_saver()
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c69 sc_softc_t *sc; in snake_saver()
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c1041 sizeof(sc_softc_t),