Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.h70 #ifndef SC_CURSOR_CHAR
71 #define SC_CURSOR_CHAR 7 macro
78 #if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)
79 #undef SC_CURSOR_CHAR
80 #define SC_CURSOR_CHAR (SC_MOUSE_CHAR + 4) macro
/freebsd/sys/arm/arm/
H A Dsc_machdep.c70 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd/sys/powerpc/powerpc/
H A Dsc_machdep.c70 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd/sys/isa/
H A Dsyscons_isa.c118 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()