Searched refs:OBFUSCATE (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.81.5/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 722 PM_LOG2("%s: %p PMstop\n", getName(), OBFUSCATE(this)); in PMstop() 743 PM_LOG2("%s: %p %s start\n", getName(), OBFUSCATE(this), __FUNCTION__); in handlePMstop() 818 PM_LOG2("%s: %p %s done\n", getName(), OBFUSCATE(this), __FUNCTION__); in handlePMstop() 864 getName(), child->getName(), OBFUSCATE(child)); in addPowerChild() 4242 fName, OBFUSCATE(this), fCurrentPowerState, powerState, result); in driverSetPowerState() 5556 fName, OBFUSCATE(this), fCurrentPowerState, fHeadNotePowerState, NS_TO_MS(nsec)); in ackTimerTick() 5640 OBFUSCATE(nextObject->whatObject), fName, fCurrentPowerState, fHeadNotePowerState, in ackTimerTick() 6457 notifier ? (void *) OBFUSCATE(notifier->handler) : OBFUSCATE(object), in pmTellClientWithResponse() 6686 notifier ? (void *) OBFUSCATE(notifier->handler) : OBFUSCATE(object), in pmTellCapabilityClientWithResponse() 7681 (long)request->getType(), OBFUSCATE(request), in submitPMRequest() [all …]
|
| H A D | IOPMrootDomain.cpp | 2229 DEBUG_LOG("joinAggressiveness %s %p\n", service->getName(), OBFUSCATE(service)); in joinAggressiveness() 5744 ctx->LogString, OBFUSCATE(notifier->handler), deltaTime); 7215 OBFUSCATE(_joinedCapabilityClients.get())); 8001 DMSG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8006 DMSG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8011 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8043 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8065 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8070 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); 8078 DLOG("power event %u args %p 0x%llx\n", event, OBFUSCATE(arg0), arg1); [all …]
|
| H A D | IOPlatformExpert.cpp | 523 nowus, OBFUSCATE(current_thread()), who, // Identity in PMLog() 524 (int) event, (long)OBFUSCATE(param1), (long)OBFUSCATE(param2)); // Args in PMLog()
|
| /xnu-10002.81.5/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 52 #define OBFUSCATE(x) (void *)VM_KERNEL_UNSLIDE_OR_PERM(x) macro
|