Home
last modified time | relevance | path

Searched refs:CONS_RESET_CURSOR (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
Dscterm-teken.c683 CONS_RESET_CURSOR, /* reset to default */ in scteken_param()
687 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */ in scteken_param()
733 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1); in scteken_param()
Dsyscons.c3084 if (flags & CONS_RESET_CURSOR) in change_cursor_shape()
3119 if (flags & CONS_RESET_CURSOR) in sc_change_cursor_shape()
3133 change_cursor_shape(scp, CONS_RESET_CURSOR, -1, -1); in sc_change_cursor_shape()
/freebsd-12-stable/sys/sys/
Dconsio.h196 #define CONS_RESET_CURSOR (1 << 30) macro
/freebsd-12-stable/usr.sbin/vidcontrol/
Dvidcontrol.c666 type |= CONS_RESET_CURSOR; in parse_cursor_params()