HomeSort by: relevance | last modified time | path
    Searched refs:consType (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
bsd_VTsw.c 48 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
59 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
70 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
88 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
bsd_bell.c 52 switch (xf86Info.consType) {
bsd_init.c 202 switch (xf86Info.consType) {
302 (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT)) {
329 xf86Info.consType = PCCONS;
421 xf86Info.consType = SYSCONS;
517 xf86Info.consType = PCVT;
565 xf86Info.consType = WSCONS;
585 switch (xf86Info.consType) {
i386_video.c 289 switch (xf86Info.consType) {
312 switch (xf86Info.consType) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
bsd_VTsw.c 48 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
59 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
70 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
88 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) {
bsd_bell.c 57 switch (xf86Info.consType) {
bsd_init.c 217 switch (xf86Info.consType)
323 if (!ShareVTs) if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT)
357 xf86Info.consType = PCCONS;
474 xf86Info.consType = SYSCONS;
594 xf86Info.consType = PCVT;
644 xf86Info.consType = WSCONS;
663 switch (xf86Info.consType)
i386_video.c 454 switch (xf86Info.consType)
479 switch (xf86Info.consType)
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 64 switch (pKbd->consType) {
98 switch (pKbd->consType) {
124 switch (pKbd->consType) {
169 switch (pKbd->consType) {
195 switch (pKbd->consType) {
223 switch (pKbd->consType) {
253 switch (pKbd->consType) {
274 switch (pKbd->consType) {
299 switch (pKbd->consType) {
415 pKbd->consType = xf86Info.consType
    [all...]
xf86OSKbd.h 83 int consType;
bsd_KbdMap.c 1645 switch (pKbd->consType) {
1735 switch(pKbd->consType) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Privstr.h 70 int consType; /* Which console driver? */
112 /* BSD console driver types (consType) */
xf86Globals.c 113 .consType = -1,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Privstr.h 79 int consType; /* Which console driver? */
158 /* BSD console driver types (consType) */
xf86Globals.c 113 .consType = -1,

Completed in 16 milliseconds