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

/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h849 @field notifyRef An identifier for this message notification. Clients with pending
866 uint32_t notifyRef; member in struct:IOPMSystemCapabilityChangeParameters
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp654 uint32_t notifyRef = (uint32_t)(uintptr_t) p1; local
670 rootDomain->allowPowerChange(notifyRef);
679 uint32_t notifyRef = (uint32_t)(uintptr_t) p1; local
685 rootDomain->allowPowerChange(notifyRef);
2643 (thread_call_param_t)(uintptr_t) params->notifyRef,
2649 (thread_call_param_t)(uintptr_t) params->notifyRef);
2662 (thread_call_param_t)(uintptr_t) params->notifyRef);
H A DIOServicePM.cpp5965 msgArg.notifyRef = msgRef;
5970 msgArg.notifyRef = 0;
6051 msgArg.notifyRef = msgRef;

Completed in 111 milliseconds