Searched refs:dmxLogCont (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxlog.h59 extern void dmxLogCont(dmxLogLevel logLevel, const char *format, ...);
H A Ddmxstat.c201 dmxLogCont(dmxDebug, " %5lu", s->bins[j]);
202 dmxLogCont(dmxDebug, "\n");
H A Ddmxlog.c170 void dmxLogCont(dmxLogLevel logLevel, const char *format, ...) function in typeref:typename:void
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxinputinit.c1103 if (pDevice->key) dmxLogCont(dmxInfo, " key");
1104 if (pDevice->valuator) dmxLogCont(dmxInfo, " val");
1105 if (pDevice->button) dmxLogCont(dmxInfo, " btn");
1106 if (pDevice->focus) dmxLogCont(dmxInfo, " foc");
1107 if (pDevice->kbdfeed) dmxLogCont(dmxInfo, " fb/kbd");
1108 if (pDevice->ptrfeed) dmxLogCont(dmxInfo, " fb/ptr");
1109 if (pDevice->intfeed) dmxLogCont(dmxInfo, " fb/int");
1110 if (pDevice->stringfeed) dmxLogCont(dmxInfo, " fb/str");
1111 if (pDevice->bell) dmxLogCont(dmxInfo, " fb/bel");
1112 if (pDevice->leds) dmxLogCont(dmxInf
[all...]

Completed in 6 milliseconds