Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/syscons/
Dsyscons.h77 #ifndef SC_CURSOR_CHAR
78 #define SC_CURSOR_CHAR (0x07) macro
85 #if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)
86 #undef SC_CURSOR_CHAR
87 #define SC_CURSOR_CHAR (SC_MOUSE_CHAR + 4) macro
/freebsd-9-stable/sys/powerpc/powerpc/
Dsc_machdep.c72 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-9-stable/sys/sparc64/sparc64/
Dsc_machdep.c134 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()
/freebsd-9-stable/sys/isa/
Dsyscons_isa.c126 sc->cursor_char = SC_CURSOR_CHAR; in sc_get_softc()