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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h850 @field notifyRef An identifier for this message notification. Clients with pending
867 uint32_t notifyRef; member in struct:IOPMSystemCapabilityChangeParameters
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp715 uint32_t notifyRef = (uint32_t)(uintptr_t) p1;
731 rootDomain->allowPowerChange(notifyRef);
2830 (thread_call_param_t)(uintptr_t) params->notifyRef,
2836 (thread_call_param_t)(uintptr_t) params->notifyRef);
2849 (thread_call_param_t)(uintptr_t) params->notifyRef);
H A DIOServicePM.cpp6029 msgArg.notifyRef = msgRef;
6034 msgArg.notifyRef = 0;
6115 msgArg.notifyRef = msgRef;

Completed in 48 milliseconds