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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCopyMapper.cpp34 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
36 #define DEBG(fmt, args...) {} macro
193 DEBG("breakup z %d start %x tail %x\n", endIndex, freeInd, tail);
245 DEBG("breakup %d, %d, 0x%x\n", zone, z, ret);
251 DEBG("va: 0x%lx, %ld, ret %x next %x\n", (ret * kActivePerFree) + fBufferPage, pages, ret, next);
338 DEBG("vf: 0x%lx, %ld, z %d, head %lx, new %x\n", addr * kActivePerFree + fBufferPage, pages, z, fFreeLists[z], addr);
H A DIODMACommand.cpp83 #define DEBG(fmt, args...) { kprintf(fmt, ## args); }
85 #define DEBG(fmt, args...) {} macro
331 if (state->fMisaligned) DEBG("misaligned %qx:%qx, %lx\n", address, length, target->fAlignMask);
345 DEBG("tail %qx, %qx", address, length);
348 DEBG("-> %qx, %qx\n", address, length);
379 DEBG("cpv: 0x%qx %s 0x%qx, 0x%qx, 0x%02lx\n", remapAddr,
437 DEBG("preflight fCopyPageCount %d\n", state->fCopyPageCount);
447 DEBG("contig copy map\n");
460 DEBG("alloc IOBMD\n");
471 DEBG("IODMAComman
[all...]
H A DIOMemoryDescriptor.cpp133 #define DEBG(fmt, args...) { kprintf(fmt, ## args); } macro
135 #define DEBG(fmt, args...) {} macro
1423 DEBG("getPhysicalSegment64 dmaCommandOperation(%lx), %p, offset %qx, addr %qx, len %qx\n",
1463 DEBG("getPhysicalSegment dmaCommandOperation(%lx), %p, offset %qx, addr %qx, len %qx\n",

Completed in 35 milliseconds