| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| H A D | pbproxy.h | 94 #define DebugF(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, \ macro 97 #define TRACE() DebugF("TRACE")
|
| H A D | x-selection.m | 156 DebugF("Error while getting window property.\n"); 249 DebugF("Unhandled X11 mime type: %s", type); 357 DebugF("changed pasteboard!\n"); 474 DebugF("e->selection %s\n", XGetAtomName(xpbproxy_dpy, e->selection)); 517 DebugF("No clipboard owner.\n"); 526 DebugF("requesting targets\n"); 565 DebugF("reply->xselection.requestor 0x%lx\n", reply->xselection.requestor); 601 DebugF("NSStringPboardType\n"); 621 DebugF("NSTIFFPboardType\n"); 666 DebugF("pbtype [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_axp.c | 69 DebugF("CPU %s\n",cpu); 73 DebugF("system type : %s\n",systype); 77 DebugF("system variation: %s\n",sysvari);
|
| H A D | lnx_acpi.c | 138 DebugF("ACPI: OSPMOpen called\n"); 142 DebugF("ACPI: Opening device\n"); 172 DebugF("ACPI: Closing device\n");
|
| H A D | lnx_apm.c | 162 DebugF("APM: OSPMOpen called\n"); 166 DebugF("APM: Opening device\n"); 190 DebugF("APM: Closing device\n");
|
| H A D | lnx_video.c | 292 DebugF("WC_BASE: 0x%lx WC_END: 0x%lx\n",base,base+d_size-1); 421 DebugF("base: %lx, realBase: %lx, alignOff: %lx \n", 464 DebugF("base: %lx aligned base: %lx\n",base, (char *)base + alignOff); 475 DebugF("alignment offset: %lx\n", (unsigned long)alignOff);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 140 DebugF("ACPI: OSPMOpen called\n"); 144 DebugF("ACPI: Opening device\n"); 174 DebugF("ACPI: Closing device\n");
|
| H A D | lnx_apm.c | 161 DebugF("APM: OSPMOpen called\n"); 165 DebugF("APM: Opening device\n"); 189 DebugF("APM: Closing device\n");
|
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| H A D | dbus.c | 45 #define MALFORMED_MESSAGE() { DebugF(MALFORMED_MSG "\n"); \ 48 #define MALFORMED_MESSAGE_ERROR() { DebugF(MALFORMED_MSG ": %s, %s", \ 151 DebugF("[config/dbus] NewInputDeviceRequest failed\n"); 156 DebugF("[config/dbus] NewInputDeviceRequest provided no device\n"); 215 DebugF("[config/dbus] bogus device id %d given\n", deviceid); 220 DebugF("[config/dbus] removing device %s (id %d)\n", dev->name, deviceid); 298 DebugF("[config/dbus] received a message for %s\n", 377 DebugF("[dbus] registered %s, %s\n", info->busname, info->busobject);
|
| H A D | dbus-core.c | 115 DebugF("[config/dbus-core] disconnected from bus\n"); 144 DebugF("[config/dbus-core] error connecting to system bus: %s (%s)\n",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 118 DebugF("Mapping sys bios area\n"); 129 DebugF("Mapping VRAM area\n"); 161 DebugF("Mapping high memory area\n"); 173 DebugF("Mapping Video BIOS\n"); 190 DebugF("Mapping 640kB area\n"); 222 DebugF("Mapping int area\n"); 227 DebugF("done\n"); 235 DebugF("Reading BIOS\n"); 241 DebugF("done\n");
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | maprules.c | 166 DebugF("The '!' legal only at start of line\n"); 167 DebugF("Line containing '!' ignored\n"); 289 DebugF("Illegal %s index: %d\n", cname[i], ndx); 290 DebugF("Index must be in range 1..%d\n", 301 DebugF("Component \"%s\" listed twice\n",tok); 302 DebugF("Second definition ignored\n"); 326 if (mask) DebugF("\"%s,\" ",cname[i]); 327 else DebugF("or \"%s\"\n",cname[i]); 330 DebugF("Illegal mapping ignored\n"); 335 DebugF("Mappin [all...] |
| H A D | xkbPrKeyEv.c | 58 DebugF("[xkb] XkbPKE: Key %d %s\n",key,(event->type == ET_KeyPress?"down":"up"));
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | maprules.c | 164 DebugF("The '!' legal only at start of line\n"); 165 DebugF("Line containing '!' ignored\n"); 286 DebugF("Illegal %s index: %d\n", cname[i], ndx); 287 DebugF("Index must be in range 1..%d\n", 299 DebugF("Component \"%s\" listed twice\n", tok); 300 DebugF("Second definition ignored\n"); 326 DebugF("\"%s,\" ", cname[i]); 328 DebugF("or \"%s\"\n", cname[i]); 331 DebugF("Illegal mapping ignored\n"); 336 DebugF("Mappin [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | client.c | 407 DebugF("client(%lx): Reserved pid(%d).\n", 409 DebugF("client(%lx): Reserved cmdname(%s) and cmdargs(%s).\n", 432 DebugF("client(%lx): Released pid(%d).\n", 434 DebugF("client(%lx): Released cmdline(%s) and cmdargs(%s).\n",
|
| H A D | inputthread.c | 219 DebugF("input-thread: could not register device\n"); 238 DebugF("input-thread: registered device %d\n", fd); 284 DebugF("input-thread: unregistered device: %d\n", fd); 339 DebugF("input-thread: %s waiting for devices\n", __func__); 482 DebugF("input-thread: creating thread\n");
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 362 DebugF("ReadingSerial: 0x%x", (unsigned char) *(((unsigned char *) buf))); 364 DebugF(", 0x%x", (unsigned char) *(((unsigned char *) buf) + i)); 365 DebugF("\n"); 375 DebugF("WritingSerial: 0x%x", (unsigned char) *(((unsigned char *) buf))); 377 DebugF(", 0x%x", (unsigned char) *(((unsigned char *) buf) + i)); 378 DebugF("\n"); 431 DebugF("FlushingSerial\n");
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | vidmode.c | 72 #define DEBUG_P(x) DebugF(x"\n") 270 DebugF("GetModeLine - scrn: %d clock: %ld\n", 272 DebugF("GetModeLine - hdsp: %d hbeg: %d hend: %d httl: %d\n", 274 DebugF(" vdsp: %d vbeg: %d vend: %d vttl: %d flags: %ld\n", 500 DebugF("AddModeLine - scrn: %d clock: %ld\n", 502 DebugF("AddModeLine - hdsp: %d hbeg: %d hend: %d httl: %d\n", 505 DebugF(" vdsp: %d vbeg: %d vend: %d vttl: %d flags: %ld\n", 508 DebugF(" after - scrn: %d clock: %ld\n", 510 DebugF(" hdsp: %d hbeg: %d hend: %d httl: %d\n", 513 DebugF(" vds [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 132 DebugF("Mapping sys bios area\n"); 143 DebugF("Mapping VRAM area\n"); 175 DebugF("Mapping high memory area\n"); 188 DebugF("Mapping Video BIOS\n"); 206 DebugF("Mapping 640kB area\n"); 238 DebugF("Mapping int area\n"); 244 DebugF("done\n"); 252 DebugF("Reading BIOS\n"); 258 DebugF("done\n");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 391 DebugF("ReadingSerial: 0x%x", 394 DebugF(", 0x%x",(unsigned char)*(((unsigned char *)buf) + i)); 395 DebugF("\n"); 405 DebugF("WritingSerial: 0x%x",(unsigned char)*(((unsigned char *)buf))); 408 DebugF("\n"); 465 DebugF("FlushingSerial\n");
|
| H A D | bios_mmap.c | 71 DebugF("xf86ReadBIOS: BIOS at 0x%08x has signature 0x%04x\n",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Events.c | 179 DebugF("ProcessActionEvent(%d,%x)\n", (int) action, arg); 422 DebugF("xf86VTSwitch()\n"); 435 DebugF("xf86VTSwitch: Leaving, xf86Exiting is %s\n", 472 DebugF("xf86VTSwitch: Leave failed\n"); 515 DebugF("xf86VTSwitch: Entering\n");
|
| H A D | xf86VidMode.c | 66 DebugF("!xf86GetVidModeEnabled()\n"); 88 DebugF("no vidmode extension\n"); 122 DebugF("VidModeKey == NULL\n"); 128 DebugF("pScrn == NULL\n"); 136 DebugF("pVidMode == NULL\n");
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Events.c | 158 DebugF("ProcessActionEvent(%d,%p)\n", (int) action, arg); 354 DebugF("xf86VTSwitch: Leaving, xf86Exiting is %s\n", 411 DebugF("xf86VTSwitch: Leave failed\n"); 446 DebugF("xf86VTSwitch: Entering\n"); 501 DebugF("xf86VTSwitch()\n");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 1028 DebugF("CRTC[0x%02x] = 0x%02x\n", i, save->CRTC[i]); 1034 DebugF("Attribute[0x%02x] = 0x%02x\n", i, save->Attribute[i]); 1040 DebugF("Graphics[0x%02x] = 0x%02x\n", i, save->Graphics[i]); 1045 DebugF("Sequencer[0x%02x] = 0x%02x\n", i, save->Sequencer[i]); 1085 DebugF("DAC[0x%02x] = 0x%02x, ", i / 3, save->DAC[i]); 1088 DebugF("0x%02x, ", save->DAC[i]); 1091 DebugF("0x%02x\n", save->DAC[i]); 1126 DebugF("DAC[0x%02x] = 0x%02x, ", i / 3, save->DAC[i]); 1129 DebugF("0x%02x, ", save->DAC[i]); 1132 DebugF(" [all...] |