Searched refs:CONS_RESET_CURSOR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | scterm-teken.c | 681 CONS_RESET_CURSOR, /* reset to default */ in scteken_param() 685 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */ in scteken_param() 731 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1); in scteken_param()
|
H A D | scterm-sc.c | 191 CONS_RESET_CURSOR, /* reset to default */ in scterm_scan_esc() 195 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */ in scterm_scan_esc() 242 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1); in scterm_scan_esc()
|
H A D | syscons.c | 3126 if (flags & CONS_RESET_CURSOR) in change_cursor_shape() 3161 if (flags & CONS_RESET_CURSOR) in sc_change_cursor_shape() 3175 change_cursor_shape(scp, CONS_RESET_CURSOR, -1, -1); in sc_change_cursor_shape()
|
/freebsd/sys/sys/ |
H A D | consio.h | 195 #define CONS_RESET_CURSOR (1 << 30) macro
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 651 type |= CONS_RESET_CURSOR; in parse_cursor_params()
|