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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp1776 IOPowerConnection * whichParent )
1790 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; local
1804 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1823 if ( connection == whichParent )
1848 /* connection */ whichParent,
1858 setParentInfo(parentPowerFlags, whichParent, true);
1868 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1872 parent->acknowledgePowerChange( whichParent );
1879 if (whichParent) whichParen
1909 IOPowerConnection * whichParent = (IOPowerConnection *) request->fArg1; local
1998 setParentInfo( IOPMPowerFlags newPowerFlags, IOPowerConnection * whichParent, bool knowsState ) argument
[all...]

Completed in 10 milliseconds