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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h557 /*! @function inPlane
563 virtual bool inPlane( const IORegistryPlane * plane = 0) const;
791 const IORegistryPlane * inPlane );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp986 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
1016 if (!parent || !inPlane(gIOPowerPlane))
1069 if (child && inPlane(gIOPowerPlane))
1328 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1671 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane))
1748 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane) &&
1804 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1920 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
3277 if ( inPlane(gIOPowerPlane) && !IS_PM_ROOT )
H A DIORegistryEntry.cpp546 // is attached into the registry (inPlane()) then mark the collection
549 bool makeImmutable = (coll && inPlane());
1581 bool IORegistryEntry::inPlane( const IORegistryPlane * plane ) const function in class:IORegistryEntry
H A DIOUserClient.cpp2070 boolean_t *inPlane )
2074 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane ));
H A DIOPMrootDomain.cpp4361 provider->inPlane(gIODTPlane))
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs328 out inPlane : boolean_t

Completed in 112 milliseconds