Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp4408 int requestType; in notifyChild() local
4426 requestType = fIsPreChange ? in notifyChild()
4430 childRequest = acquirePMRequest( theChild, requestType ); in notifyChild()
7777 IOService::acquirePMRequest( IOService * target, IOOptionBits requestType, in acquirePMRequest() argument
7786 request->init( target, requestType ); in acquirePMRequest()
7795 target->getName(), (uint32_t) requestType); in acquirePMRequest()