Searched refs:DEBUG_LOG (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp61 #define DEBUG_LOG(x...) do { kprintf(x); } while (0) macro
63 #define DEBUG_LOG(x...)
298 DEBUG_LOG("disk_sync_callout: start\n");
305 DEBUG_LOG("disk_sync_callout: finish\n");
729 DEBUG_LOG("PM idle time -> %ld secs (ena %d)\n", idleSeconds, (value != 0));
810 DEBUG_LOG("SleepTimerExpired\n");
969 DEBUG_LOG("PowerChangeDone: %ld -> %ld\n", previousState, getPowerState());
2024 DEBUG_LOG("RequestPowerDomainState: flags %lx, child %p [%s], spec %lx\n",
2067 DEBUG_LOG(" child %p, PState %ld, noIdle %d, noSleep %d, valid %d %s\n",
2109 DEBUG_LOG(" sleepDela
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c112 # define DEBUG_LOG(x) do { IOLog x; LOG_DELAY(); } while(0)
115 # define DEBUG_LOG(x) do { printf x; } while(0)
122 #define DEBUG_LOG(x) macro
910 DEBUG_LOG(("Remangling %s\n", pathName));
1628 DEBUG_LOG(("Found %ld classes in %p for %s\n",
1640 DEBUG_LOG(("Merging file %s\n", file->fPath)); // @@@ gvdl:
1753 DEBUG_LOG(("Kernel vtable %s\n", metaClass->fClassName)); // @@@ gvdl:
2062 DEBUG_LOG(("Patching %s\n", metaClass->fClassName)); // @@@ gvdl:
2187 DEBUG_LOG(("Growing image %s by moving\n", file->fPath));
2210 DEBUG_LOG(("Growin
[all...]

Completed in 79 milliseconds