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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp3911 IOPMRequest * childRequest; local
3935 childRequest = acquirePMRequest( theChild, requestType );
3936 if (childRequest)
3939 childRequest->fArg0 = (void *) fHeadNotePowerArrayEntry->outputPowerFlags;
3940 childRequest->fArg1 = (void *) theNub;
3941 childRequest->fArg2 = (void *) requestArg2;
3942 theChild->submitPMRequest( childRequest );

Completed in 32 milliseconds