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

/freebsd-9.3-release/sys/sys/
H A Dconsio.h186 #define CONS_RESET_CURSOR (1 << 30) macro
188 #define CONS_CURSOR_FLAGS (CONS_RESET_CURSOR | CONS_LOCAL_CURSOR)
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c380 CONS_RESET_CURSOR, /* reset to default */
384 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, /* normal */
478 CONS_RESET_CURSOR | CONS_LOCAL_CURSOR, -1, -1);
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm-teken.c694 CONS_RESET_CURSOR|CONS_LOCAL_CURSOR, -1, -1);
H A Dsyscons.c2754 if (flags & CONS_RESET_CURSOR)
2788 if (flags & CONS_RESET_CURSOR)
2800 change_cursor_shape(scp, CONS_RESET_CURSOR, -1, -1);

Completed in 92 milliseconds