Home
last modified time | relevance | path

Searched defs:pwrMgt (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/iokit/IOKit/
H A DIOService.h455 IOServicePM * pwrMgt; variable
/xnu-10063.141.1/iokit/Kernel/
H A DIOServicePM.cpp4136 IOServicePM * pwrMgt = (IOServicePM *) arg0; in actionDriverCalloutDone() local
6292 IOServicePM * pwrMgt = context->us->pwrMgt; in pmTellAppWithResponse() local
6412 IOServicePM * pwrMgt = context->us->pwrMgt; in pmTellClientWithResponse() local
6506 IOServicePM * pwrMgt = context->us->pwrMgt; in pmTellCapabilityAppWithResponse() local
6647 IOServicePM * pwrMgt = context->us->pwrMgt; in pmTellCapabilityClientWithResponse() local
8911 IOPMWorkQueue::queuePMRequest( IOPMRequest * request, IOServicePM * pwrMgt ) in queuePMRequest()