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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h545 /*! @function inPlane
551 virtual bool inPlane( const IORegistryPlane * plane = 0) const;
769 const IORegistryPlane * inPlane );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp814 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
844 if (!parent || !inPlane(gIOPowerPlane))
895 if (child && inPlane(gIOPowerPlane))
1123 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1455 if (inPlane(gIOPowerPlane))
1508 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1622 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
2004 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
2087 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
2153 if ( inPlane(gIOPowerPlan
[all...]
H A DIORegistryEntry.cpp516 // is attached into the registry (inPlane()) then mark the collection
519 bool makeImmutable = (coll && inPlane());
1540 bool IORegistryEntry::inPlane( const IORegistryPlane * plane ) const function in class:IORegistryEntry
H A DIOUserClient.cpp1855 boolean_t *inPlane )
1859 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane ));

Completed in 93 milliseconds