Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.h74 #ifndef SC_MOUSE_CHAR
75 #define SC_MOUSE_CHAR 8 macro
78 #if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)
80 #define SC_CURSOR_CHAR (SC_MOUSE_CHAR + 4)
/freebsd/sys/arm/arm/
H A Dsc_machdep.c71 sc->mouse_char = SC_MOUSE_CHAR; in sc_get_softc()
/freebsd/sys/powerpc/powerpc/
H A Dsc_machdep.c71 sc->mouse_char = SC_MOUSE_CHAR; in sc_get_softc()
/freebsd/sys/isa/
H A Dsyscons_isa.c119 sc->mouse_char = SC_MOUSE_CHAR; in sc_get_softc()
/freebsd/sys/x86/conf/
H A DNOTES212 options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor
/freebsd/sys/conf/
H A Doptions765 SC_MOUSE_CHAR opt_syscons.h