Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dsyscons.h72 #ifndef SC_CURSOR_CHAR
73 #define SC_CURSOR_CHAR 7 macro
80 #if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)
81 #undef SC_CURSOR_CHAR
82 #define SC_CURSOR_CHAR (SC_MOUSE_CHAR + 4) macro
/freebsd-12-stable/sys/powerpc/powerpc/
Dsc_machdep.c74 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-12-stable/sys/arm/arm/
Dsc_machdep.c74 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-12-stable/sys/mips/mips/
Dsc_machdep.c74 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-12-stable/sys/sparc64/sparc64/
Dsc_machdep.c136 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-12-stable/sys/isa/
Dsyscons_isa.c122 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()