Searched refs:sc_softc_t (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/isa/ |
H A D | syscons_isa.c | 63 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 D | sc_machdep.c | 42 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 D | sc_machdep.c | 42 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 D | syscons.c | 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)); [all …]
|
H A D | syscons.h | 273 } 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 D | scmouse.c | 301 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 D | scterm-sc.c | 199 sc_softc_t *sc; in scterm_scan_esc()
|
H A D | scvgarndr.c | 498 sc_softc_t *sc; in draw_txtcharcursor()
|
/freebsd/sys/dev/syscons/daemon/ |
H A D | daemon_saver.c | 125 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 D | splash_txt.c | 65 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 D | star_saver.c | 55 sc_softc_t *sc; in star_saver()
|
/freebsd/sys/dev/syscons/snake/ |
H A D | snake_saver.c | 69 sc_softc_t *sc; in snake_saver()
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 1041 sizeof(sc_softc_t),
|