/freebsd/sys/dev/syscons/ |
H A D | syscons.h | 92 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat)) 176 struct scr_stat; 219 struct scr_stat *cur_scp; 220 struct scr_stat *new_scp; 221 struct scr_stat *old_scp; 276 typedef struct scr_stat { struct 344 } scr_stat; argument 349 scr_stat *st_stat; 371 typedef int sc_term_init_t(scr_stat *scp, void **tcp, int code); 374 typedef int sc_term_term_t(scr_stat *scp, void **tcp); [all …]
|
H A D | sctermvar.h | 34 static __inline void sc_term_ins_line(scr_stat *scp, int y, int n, int ch, 36 static __inline void sc_term_del_line(scr_stat *scp, int y, int n, int ch, 38 static __inline void sc_term_ins_char(scr_stat *scp, int n, int ch, 40 static __inline void sc_term_del_char(scr_stat *scp, int n, int ch, 42 static __inline void sc_term_col(scr_stat *scp, int n); 43 static __inline void sc_term_row(scr_stat *scp, int n); 44 static __inline void sc_term_up(scr_stat *scp, int n, int head); 45 static __inline void sc_term_down(scr_stat *scp, int n, int tail); 46 static __inline void sc_term_left(scr_stat *scp, int n); 47 static __inline void sc_term_right(scr_stat *scp, int n); [all …]
|
H A D | scterm-dumb.c | 80 dumb_init(scr_stat *scp, void **softc, int code) in dumb_init() 93 dumb_term(scr_stat *scp, void **softc) in dumb_term() 100 dumb_puts(scr_stat *scp, u_char *buf, int len) in dumb_puts() 112 dumb_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in dumb_ioctl() 138 dumb_clear(scr_stat *scp) in dumb_clear() 146 dumb_input(scr_stat *scp, int c, struct tty *tp) in dumb_input() 152 dumb_fkeystr(scr_stat *scp, int c) in dumb_fkeystr() 158 dumb_sync(scr_stat *scp) in dumb_sync()
|
H A D | scmouse.c | 85 static void set_mouse_pos(scr_stat *scp); 87 static int skip_spc_right(scr_stat *scp, int p); 88 static int skip_spc_left(scr_stat *scp, int p); 89 static void mouse_cut(scr_stat *scp); 90 static void mouse_cut_start(scr_stat *scp); 91 static void mouse_cut_end(scr_stat *scp); 92 static void mouse_cut_word(scr_stat *scp); 93 static void mouse_cut_line(scr_stat *scp); 94 static void mouse_cut_extend(scr_stat *scp); 100 sc_alloc_cut_buffer(scr_stat *scp, int wait) in sc_alloc_cut_buffer() [all …]
|
H A D | schistory.c | 82 static void history_to_screen(scr_stat *scp); 86 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() 187 sc_free_history_buffer(scr_stat *scp, int prev_ysize) in sc_free_history_buffer() 209 sc_hist_save(scr_stat *scp) in sc_hist_save() 217 sc_hist_restore(scr_stat *scp) in sc_hist_restore() 236 history_to_screen(scr_stat *scp) in history_to_screen() 253 sc_hist_home(scr_stat *scp) in sc_hist_home() 261 sc_hist_end(scr_stat *scp) in sc_hist_end() 270 sc_hist_up_line(scr_stat *scp) in sc_hist_up_line() 283 sc_hist_down_line(scr_stat *scp) in sc_hist_down_line() [all …]
|
H A D | scgfbrndr.c | 64 static void gfb_nop(scr_stat *scp); 114 gfb_nop(scr_stat *scp) in gfb_nop() 121 gfb_clear(scr_stat *scp, int c, int attr) in gfb_clear() 127 gfb_border(scr_stat *scp, int color) in gfb_border() 133 gfb_draw(scr_stat *scp, int from, int count, int flip) in gfb_draw() 197 gfb_cursor_shape(scr_stat *scp, int base, int height, int blink) in gfb_cursor_shape() 214 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 255 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 290 gfb_blink(scr_stat *scp, int at, int flip) in gfb_blink() 305 gfb_mouse(scr_stat *scp, int x, int y, int on) in gfb_mouse()
|
H A D | scterm-teken.c | 74 static void scteken_sync_internal(scr_stat *, teken_stat *); 117 scteken_init(scr_stat *scp, void **softc, int code) in scteken_init() 153 scteken_term(scr_stat *scp, void **softc) in scteken_term() 166 scteken_puts(scr_stat *scp, u_char *buf, int len) in scteken_puts() 176 scteken_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in scteken_ioctl() 208 scteken_default_attr(scr_stat *scp, int color, int rev_color) in scteken_default_attr() 218 scteken_clear(scr_stat *scp) in scteken_clear() 231 scteken_input(scr_stat *scp, int c, struct tty *tp) in scteken_input() 238 scteken_fkeystr(scr_stat *scp, int c) in scteken_fkeystr() 288 scteken_sync_internal(scr_stat *scp, teken_stat *ts) in scteken_sync_internal() [all …]
|
H A D | scvgarndr.c | 95 static void vga_nop(scr_stat *scp); 359 vga_cursorattr_adj(scr_stat *scp, u_short a, int blink) in vga_cursorattr_adj() 384 vga_setmdp(scr_stat *scp) in vga_setmdp() 443 vga_nop(scr_stat *scp) in vga_nop() 450 vga_txtclear(scr_stat *scp, int c, int attr) in vga_txtclear() 456 vga_txtborder(scr_stat *scp, int color) in vga_txtborder() 462 vga_txtdraw(scr_stat *scp, int from, int count, int flip) in vga_txtdraw() 484 vga_txtcursor_shape(scr_stat *scp, int base, int height, int blink) in vga_txtcursor_shape() 495 draw_txtcharcursor(scr_stat *scp, int at, u_short c, u_short a, int flip) in draw_txtcharcursor() 547 vga_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in vga_txtcursor() [all …]
|
H A D | syscons.c | 104 static scr_stat *sc_console; 108 static scr_stat main_console; 190 static scr_stat *sc_get_stat(struct tty *tp); 196 static void sc_puts(scr_stat *scp, u_char *buf, int len); 199 static void sccnupdate(scr_stat *scp); 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); 204 static void scrn_update(scr_stat *scp, int show_cursor); 212 scr_stat *scp, int mode, u_char *pal, int border); 213 static int restore_scrn_saver_mode(scr_stat *scp, int changemode); [all …]
|
H A D | scterm-sc.c | 114 static void scterm_scan_esc(scr_stat *scp, term_stat *tcp, 119 scterm_init(scr_stat *scp, void **softc, int code) in scterm_init() 167 scterm_term(scr_stat *scp, void **softc) in scterm_term() 178 scterm_scan_esc(scr_stat *scp, term_stat *tcp, u_char c) in scterm_scan_esc() 670 scterm_puts(scr_stat *scp, u_char *buf, int len) in scterm_puts() 704 scterm_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in scterm_ioctl() 732 scterm_reset(scr_stat *scp, int code) in scterm_reset() 739 scterm_default_attr(scr_stat *scp, int color, int rev_color) in scterm_default_attr() 754 scterm_clear(scr_stat *scp) in scterm_clear() 764 scterm_notify(scr_stat *scp, int event) in scterm_notify() [all …]
|
H A D | scterm.c | 45 sc_move_cursor(scr_stat *scp, int x, int y) in sc_move_cursor() 61 sc_clear_screen(scr_stat *scp) in sc_clear_screen()
|
H A D | scvidctl.c | 135 sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode, int xsize, int ysize, in sc_set_text_mode() 246 sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode) in sc_set_graphics_mode() 307 sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize, int ysize, in sc_set_pixel_mode() 477 scr_stat *scp; in sc_vid_ioctl() 833 *sc_render_match(scr_stat *scp, char *name, int mode) in sc_render_match()
|
H A D | scvesactl.c | 56 scr_stat *scp; in vesa_ioctl()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd_syscons.c | 222 am335x_rend_init(scr_stat* scp) in am335x_rend_init() 227 am335x_rend_clear(scr_stat* scp, int c, int attr) in am335x_rend_clear() 232 am335x_rend_draw_border(scr_stat* scp, int color) in am335x_rend_draw_border() 237 am335x_rend_draw(scr_stat* scp, int from, int count, int flip) in am335x_rend_draw() 256 am335x_rend_set_cursor(scr_stat* scp, int base, int height, int blink) in am335x_rend_set_cursor() 261 am335x_rend_draw_cursor(scr_stat* scp, int off, int blink, int on, int flip) in am335x_rend_draw_cursor() 312 am335x_rend_blink_cursor(scr_stat* scp, int at, int flip) in am335x_rend_blink_cursor() 317 am335x_rend_set_mouse(scr_stat* scp) in am335x_rend_set_mouse() 322 am335x_rend_draw_mouse(scr_stat* scp, int x, int y, int on) in am335x_rend_draw_mouse()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 305 bcmrend_init(scr_stat* scp) in bcmrend_init() 310 bcmrend_clear(scr_stat* scp, int c, int attr) in bcmrend_clear() 315 bcmrend_draw_border(scr_stat* scp, int color) in bcmrend_draw_border() 320 bcmrend_draw(scr_stat* scp, int from, int count, int flip) in bcmrend_draw() 339 bcmrend_set_cursor(scr_stat* scp, int base, int height, int blink) in bcmrend_set_cursor() 344 bcmrend_draw_cursor(scr_stat* scp, int off, int blink, int on, int flip) in bcmrend_draw_cursor() 394 bcmrend_blink_cursor(scr_stat* scp, int at, int flip) in bcmrend_blink_cursor() 399 bcmrend_set_mouse(scr_stat* scp) in bcmrend_set_mouse() 404 bcmrend_draw_mouse(scr_stat* scp, int x, int y, int on) in bcmrend_draw_mouse()
|
/freebsd/sys/dev/syscons/star/ |
H A D | star_saver.c | 56 scr_stat *scp; in star_saver()
|
/freebsd/sys/dev/fb/ |
H A D | splash_txt.c | 108 scr_stat *scp; in txt_splash()
|
/freebsd/sys/dev/syscons/snake/ |
H A D | snake_saver.c | 70 scr_stat *scp; in snake_saver()
|
/freebsd/sys/dev/syscons/daemon/ |
H A D | daemon_saver.c | 214 scr_stat *scp; in daemon_saver()
|