Searched refs:DEBG (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOKitDebug.cpp69 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
71 #define DEBG(fmt, args...) { IOLog(fmt, ## args); } macro
86 DEBG("Count %d\n", all->getCount() );
89 DEBG("Empty\n");
94 DEBG( format, "");
95 DEBG( "\033[33m%s", next->getName( plane ));
97 DEBG("@%s", next->getLocation( plane ));
98 DEBG("\033[0m <class %s", next->getMetaClass()->getClassName());
100 DEBG(", busy %ld", (long) service->getBusyState());
101 DEBG( ">\
[all...]
H A DIODMACommand.cpp80 #define DEBG(fmt, args...) { IOLog(fmt, ## args); kprintf(fmt, ## args); }
82 #define DEBG(fmt, args...) {} macro
346 if (state->fMisaligned) DEBG("misaligned %qx:%qx, %lx\n", address, length, state->fSourceAlignMask);
360 DEBG("tail %qx, %qx", address, length);
363 DEBG("-> %qx, %qx\n", address, length);
416 DEBG("cpv: 0x%qx %s 0x%qx, 0x%qx, 0x%02lx\n", remapAddr,
479 DEBG("preflight fCopyPageCount %d\n", state->fCopyPageCount);
491 DEBG("vm_page_alloc_list(%d) failed (%d)\n", state->fCopyPageCount, kr);
508 DEBG("alloc IOBMD\n");
520 DEBG("IODMAComman
[all...]
H A DIOMemoryDescriptor.cpp118 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
120 #define DEBG(fmt, args...) {} macro
2336 DEBG("getPhysicalSegment dmaCommandOperation(%lx), %p, offset %qx, addr %qx, len %qx\n",
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp53 #define DEBG(fmt, args...) { kprintf(fmt, ## args); } macro
55 #define DEBG(fmt, args...) {}
83 DEBG("%s: data at address %u size %u\n", __func__,
101 DEBG("%s: memory descriptor %p\n", __func__, memoryDescriptor);
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp40 #define DEBG(fmt, args...) { kprintf(fmt, args); }
42 #define DEBG(fmt, args...) {} macro
294 DEBG("---------OSUnserializeBinary(%p)\n", buffer);
317 DEBG("key 0x%08x: 0x%04x, %d\n", key, len, end);
397 DEBG("%s = %s\n", sym->getCStringNoCopy(), o->getMetaClass()->getClassName());
435 DEBG("++stack[%d] %p\n", stackIdx, parent);
447 DEBG("--stack[%d] %p\n", stackIdx, parent);
458 DEBG("ret %p\n", result);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h34 #define DEBG(name, fmt, args...) \
49 #define DEBG(idx, fmt, args...) {} macro
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c510 DEBG(connectRef, "IOFBGetCurrentDisplayModeAndDepth(%x), %x, %d\n", err, (int) *displayMode, (int) *depth);
618 DEBG(connectRef, "IOFBGetState(%p) = %08x\n",
811 DEBG(connectRef, "kIOMirrorDefaultAttribute = %08x (%p, %p)\n",
844 DEBG(connectRef, "set mirror %d\n", (int) value);
854 DEBG(connectRef, "did set mirror(%x)\n", err);
889 DEBG(connectRef, "!ValidateTimingInformation\n");
908 DEBG(connectRef, "InvalidTiming\n");
1132 DEBG(connectRef, "tovr: clr %08x, set %08x\n",
1166 DEBG(connectRef, "%d x %d, %d x %d, %d x %d\n",
1208 DEBG(connectRe
[all...]
H A DIODisplayLib.c758 DEBG(connectRef, "dp vendor 0x%x bpc 0x%x dith 0x%x\n", (int) vendor,
1566 DEBG(connectRef, "out of cards range(%d) %d x %d\n", diag,
1628 DEBG(connectRef, "out display maxDisplayLinks\n");
1662 DEBG(connectRef, "out transport clock(%qd)\n", timing->detailedInfo.v2.pixelClock);
1676 DEBG(connectRef, "out display range(%d)\n", diag);
1690 DEBG(connectRef, "aspect too different\n");
1770 DEBG(connectRef, "interlaced: %x\n", (int) modeGenFlags);
1882 DEBG(connectRef, "edid default\n");
1888 DEBG(connectRef, "hasInterlaced\n");
1914 DEBG(connectRe
[all...]
H A DIOGraphicsLibInternal.h31 #define DEBG(cref, fmt, args...) \
51 #define DEBG(cref, fmt, args...) {} macro
/macosx-10.10.1/IOGraphics-485/tools/
H A Dgaussblur.c14 #define DEBG(idx, fmt, args...) \ macro
99 DEBG(thisIndex, " compressed to %d%%\n", (compressLen * 100) / (width * height * sizeof(uint32_t)));
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFSerialize.c797 #define DEBG(fmt, args...) { printf(fmt, args); }
799 #define DEBG(fmt, args...) {} macro
1169 DEBG("---------OSUnserializeBinary(%p)\n", buffer);
1192 DEBG("key 0x%08x: 0x%04x, %d\n", key, len, end);
1315 DEBG("++stack[%d] %p\n", stackIdx, parent);
1327 DEBG("--stack[%d] %p\n", stackIdx, parent);
1340 DEBG("ret %p\n", result);
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp606 DEBG(thisName, " boot scalerFlags 0x%x\n", (uint32_t) scaler.csScalerFlags);
1326 DEBG(thisName, " gamma %s: %d * %d\n", scan.csGammaTableName,
1438 // DEBG(thisName, " cache miss for %08lx\n", modeID);
1447 // DEBG(thisName, " mode %x -> index %x\n", depth, mapped);
1455 // DEBG(thisName, " index %x -> mode %x\n", depth, mapped);
1478 // DEBG(thisName, " %x maxDepthIndex %x\n", modeID, info->maxDepthIndex);
1562 // DEBG(thisName, " %x maxDepthIndex %x\n", modeID, info->maxDepthIndex);
1768 DEBG(thisName, " failed (%x) %x\n", (int32_t) mode, err);
1797 DEBG(thisName, " cscGetCurMode failed\n");
1881 DEBG(thisNam
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2154 DEBG(thisName, " vers = %08x, %d x %d\n",
3969 DEBG("", "\n");
3971 DEBG("", " done(%08lx)\n", doaniobuf[0]);
4112 DEBG(thisName, " vm_map_wire(%x)\n", kr);
4406 DEBG(thisName, " dp probe wake result %x\n", probeErr);
4588 DEBG("S", " allowPowerChange(%p)\n", gIOFBSystemPowerAckRef);
4596 DEBG("S", " did allowPowerChange()\n");
5125 DEBG(thisName, " acknowledgeSetPowerState\n");
5863 DEBG("S", " mux allowPowerChange()\n");
6298 DEBG(f
[all...]
H A DIODisplay.cpp361 DEBG(framebuffer->thisName, " EDID v%d.%d\n", edid->version, edid->revision );
388 DEBG(framebuffer->thisName, " vendor/product/serial 0x%02x/0x%02x/0x%x\n",
H A Dbmcompress.h506 DEBG("", "compressData: destination buffer size %d too small for y index (%ld)\n",
563 DEBG("", "compressData: overflow: %ld bytes in %d byte buffer at scanline %d (of %d).\n",

Completed in 247 milliseconds