Home
last modified time | relevance | path

Searched refs:notifyRef (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPM.h949 uint32_t notifyRef; member
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1143 uint32_t notifyRef = (uint32_t)(uintptr_t) p1; in disk_sync_callout() local
1164 rootDomain->allowPowerChange(notifyRef); in disk_sync_callout()
3860 (thread_call_param_t)(uintptr_t) params->notifyRef, in sysPowerDownHandler()
3865 (thread_call_param_t)(uintptr_t) params->notifyRef); in sysPowerDownHandler()
3875 (thread_call_param_t)(uintptr_t) params->notifyRef); in sysPowerDownHandler()
H A DIOServicePM.cpp6658 msgArg.notifyRef = msgRef; in pmTellCapabilityAppWithResponse()
6662 msgArg.notifyRef = 0; in pmTellCapabilityAppWithResponse()
6733 msgArg.notifyRef = msgRef; in pmTellCapabilityClientWithResponse()
H A DIOService.cpp4724 fSystemPowerAckRef = params->notifyRef; in systemPowerChange()