| /freebsd-12-stable/sys/dev/syscons/ |
| D | syscons.h | 102 #define SC_STAT(tp) (*((scr_stat **)&((sc_ttysoftc *)tty_softc(tp))->st_stat)) 186 struct scr_stat; 230 struct scr_stat *cur_scp; 231 struct scr_stat *new_scp; 232 struct scr_stat *old_scp; 287 typedef struct scr_stat { struct 357 } scr_stat; argument 362 scr_stat *st_stat; 384 typedef int sc_term_init_t(scr_stat *scp, void **tcp, int code); 387 typedef int sc_term_term_t(scr_stat *scp, void **tcp); [all …]
|
| D | scmouse.c | 87 static void set_mouse_pos(scr_stat *scp); 89 static int skip_spc_right(scr_stat *scp, int p); 90 static int skip_spc_left(scr_stat *scp, int p); 91 static void mouse_cut(scr_stat *scp); 92 static void mouse_cut_start(scr_stat *scp); 93 static void mouse_cut_end(scr_stat *scp); 94 static void mouse_cut_word(scr_stat *scp); 95 static void mouse_cut_line(scr_stat *scp); 96 static void mouse_cut_extend(scr_stat *scp); 102 sc_alloc_cut_buffer(scr_stat *scp, int wait) in sc_alloc_cut_buffer() [all …]
|
| D | schistory.c | 85 static void history_to_screen(scr_stat *scp); 89 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() 190 sc_free_history_buffer(scr_stat *scp, int prev_ysize) in sc_free_history_buffer() 212 sc_hist_save(scr_stat *scp) in sc_hist_save() 220 sc_hist_restore(scr_stat *scp) in sc_hist_restore() 239 history_to_screen(scr_stat *scp) in history_to_screen() 256 sc_hist_home(scr_stat *scp) in sc_hist_home() 264 sc_hist_end(scr_stat *scp) in sc_hist_end() 273 sc_hist_up_line(scr_stat *scp) in sc_hist_up_line() 286 sc_hist_down_line(scr_stat *scp) in sc_hist_down_line() [all …]
|
| D | scgfbrndr.c | 67 static void gfb_nop(scr_stat *scp); 144 gfb_nop(scr_stat *scp) in gfb_nop() 151 gfb_clear(scr_stat *scp, int c, int attr) in gfb_clear() 157 gfb_border(scr_stat *scp, int color) in gfb_border() 163 gfb_draw(scr_stat *scp, int from, int count, int flip) in gfb_draw() 229 gfb_cursor_shape(scr_stat *scp, int base, int height, int blink) in gfb_cursor_shape() 246 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 287 gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) in gfb_cursor() 322 gfb_blink(scr_stat *scp, int at, int flip) in gfb_blink() 337 gfb_mouse(scr_stat *scp, int x, int y, int on) in gfb_mouse()
|
| D | scterm-teken.c | 77 static void scteken_sync_internal(scr_stat *, teken_stat *); 120 scteken_init(scr_stat *scp, void **softc, int code) in scteken_init() 155 scteken_term(scr_stat *scp, void **softc) in scteken_term() 168 scteken_puts(scr_stat *scp, u_char *buf, int len) in scteken_puts() 178 scteken_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, in scteken_ioctl() 210 scteken_default_attr(scr_stat *scp, int color, int rev_color) in scteken_default_attr() 220 scteken_clear(scr_stat *scp) in scteken_clear() 233 scteken_input(scr_stat *scp, int c, struct tty *tp) in scteken_input() 240 scteken_fkeystr(scr_stat *scp, int c) in scteken_fkeystr() 290 scteken_sync_internal(scr_stat *scp, teken_stat *ts) in scteken_sync_internal() [all …]
|
| D | scvgarndr.c | 97 static void vga_nop(scr_stat *scp); 361 vga_cursorattr_adj(scr_stat *scp, u_short a, int blink) in vga_cursorattr_adj() 386 vga_setmdp(scr_stat *scp) in vga_setmdp() 445 vga_nop(scr_stat *scp) in vga_nop() 452 vga_txtclear(scr_stat *scp, int c, int attr) in vga_txtclear() 458 vga_txtborder(scr_stat *scp, int color) in vga_txtborder() 464 vga_txtdraw(scr_stat *scp, int from, int count, int flip) in vga_txtdraw() 486 vga_txtcursor_shape(scr_stat *scp, int base, int height, int blink) in vga_txtcursor_shape() 497 draw_txtcharcursor(scr_stat *scp, int at, u_short c, u_short a, int flip) in draw_txtcharcursor() 549 vga_txtcursor(scr_stat *scp, int at, int blink, int on, int flip) in vga_txtcursor() [all …]
|
| D | syscons.c | 107 static scr_stat *sc_console; 111 static scr_stat main_console; 187 static scr_stat *sc_get_stat(struct tty *tp); 193 static void sc_puts(scr_stat *scp, u_char *buf, int len); 196 static void sccnupdate(scr_stat *scp); 197 static scr_stat *alloc_scp(sc_softc_t *sc, int vty); 198 static void init_scp(sc_softc_t *sc, int vty, scr_stat *scp); 201 static void scrn_update(scr_stat *scp, int show_cursor); 208 static int set_scrn_saver_mode(scr_stat *scp, int mode, u_char *pal, int border); 209 static int restore_scrn_saver_mode(scr_stat *scp, int changemode); [all …]
|
| D | scterm.c | 47 sc_move_cursor(scr_stat *scp, int x, int y) in sc_move_cursor() 63 sc_clear_screen(scr_stat *scp) in sc_clear_screen()
|
| D | scvidctl.c | 137 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() 475 scr_stat *scp; in sc_vid_ioctl() 840 *sc_render_match(scr_stat *scp, char *name, int mode) in sc_render_match()
|
| D | scvesactl.c | 58 scr_stat *scp; in vesa_ioctl()
|
| /freebsd-12-stable/sys/arm/ti/am335x/ |
| D | am335x_lcd_syscons.c | 224 am335x_rend_init(scr_stat* scp) in am335x_rend_init() 229 am335x_rend_clear(scr_stat* scp, int c, int attr) in am335x_rend_clear() 234 am335x_rend_draw_border(scr_stat* scp, int color) in am335x_rend_draw_border() 239 am335x_rend_draw(scr_stat* scp, int from, int count, int flip) in am335x_rend_draw() 258 am335x_rend_set_cursor(scr_stat* scp, int base, int height, int blink) in am335x_rend_set_cursor() 263 am335x_rend_draw_cursor(scr_stat* scp, int off, int blink, int on, int flip) in am335x_rend_draw_cursor() 314 am335x_rend_blink_cursor(scr_stat* scp, int at, int flip) in am335x_rend_blink_cursor() 319 am335x_rend_set_mouse(scr_stat* scp) in am335x_rend_set_mouse() 324 am335x_rend_draw_mouse(scr_stat* scp, int x, int y, int on) in am335x_rend_draw_mouse()
|
| /freebsd-12-stable/sys/arm/versatile/ |
| D | versatile_clcd.c | 472 clcdr_init(scr_stat* scp) in clcdr_init() 477 clcdr_clear(scr_stat* scp, int c, int attr) in clcdr_clear() 482 clcdr_draw_border(scr_stat* scp, int color) in clcdr_draw_border() 487 clcdr_draw(scr_stat* scp, int from, int count, int flip) in clcdr_draw() 506 clcdr_set_cursor(scr_stat* scp, int base, int height, int blink) in clcdr_set_cursor() 511 clcdr_draw_cursor(scr_stat* scp, int off, int blink, int on, int flip) in clcdr_draw_cursor() 551 clcdr_blink_cursor(scr_stat* scp, int at, int flip) in clcdr_blink_cursor() 556 clcdr_set_mouse(scr_stat* scp) in clcdr_set_mouse() 561 clcdr_draw_mouse(scr_stat* scp, int x, int y, int on) in clcdr_draw_mouse()
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_fb.c | 310 bcmrend_init(scr_stat* scp) in bcmrend_init() 315 bcmrend_clear(scr_stat* scp, int c, int attr) in bcmrend_clear() 320 bcmrend_draw_border(scr_stat* scp, int color) in bcmrend_draw_border() 325 bcmrend_draw(scr_stat* scp, int from, int count, int flip) in bcmrend_draw() 344 bcmrend_set_cursor(scr_stat* scp, int base, int height, int blink) in bcmrend_set_cursor() 349 bcmrend_draw_cursor(scr_stat* scp, int off, int blink, int on, int flip) in bcmrend_draw_cursor() 399 bcmrend_blink_cursor(scr_stat* scp, int at, int flip) in bcmrend_blink_cursor() 404 bcmrend_set_mouse(scr_stat* scp) in bcmrend_set_mouse() 409 bcmrend_draw_mouse(scr_stat* scp, int x, int y, int on) in bcmrend_draw_mouse()
|
| /freebsd-12-stable/sys/dev/syscons/star/ |
| D | star_saver.c | 58 scr_stat *scp; in star_saver()
|
| /freebsd-12-stable/sys/dev/fb/ |
| D | splash_txt.c | 110 scr_stat *scp; in txt_splash()
|
| /freebsd-12-stable/sys/dev/syscons/snake/ |
| D | snake_saver.c | 72 scr_stat *scp; in snake_saver()
|
| /freebsd-12-stable/sys/dev/syscons/daemon/ |
| D | daemon_saver.c | 216 scr_stat *scp; in daemon_saver()
|