Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_VTsw.c48 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTRequest()
59 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchPending()
70 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchAway()
85 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchTo()
H A Dbsd_init.c227 case SYSCONS: in xf86OpenConsole()
307 (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT)) { in xf86OpenConsole()
426 xf86Info.consType = SYSCONS; in xf86OpenSyscons()
594 case SYSCONS: in xf86CloseConsole()
H A Dbsd_bell.c62 case SYSCONS: in xf86OSRingBell()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Privstr.h118 #define SYSCONS 8 macro