Searched refs:inPlane (Results 1 - 17 of 17) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp4517 provider->inPlane(gIODTPlane))
H A DIOServicePM.cpp867 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
898 if (!parent || !inPlane(gIOPowerPlane))
951 if (child && inPlane(gIOPowerPlane))
1250 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1593 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane))
1672 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane) &&
1728 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1850 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
3312 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());
1576 bool IORegistryEntry::inPlane( const IORegistryPlane * plane ) const function in class:IORegistryEntry
H A DIOUserClient.cpp2102 boolean_t *inPlane )
2106 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane ));
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c1847 boolean_t inPlane; local
1850 entry, (char *) plane, &inPlane ))
1851 inPlane = false;
1853 return( inPlane );
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp999 if (dtEntry->inPlane(gIOServicePlane))
1459 if (entry->dtNub && entry->dtNub->inPlane(gIOServicePlane))
3278 if (!child->dtNub || !child->dtNub->inPlane(gIOServicePlane)) continue;
H A DIOPCIBridge.cpp2006 if (found->inPlane(gIOServicePlane))
H A DIOPCIDevice.cpp269 bool IOPCIDevice::init( IORegistryEntry * from, const IORegistryPlane * inPlane )
271 if (!super::init(from, inPlane)) return (false);
1144 if (uc && uc->inPlane(gIOServicePlane))
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp282 while (entry && !entry->inPlane(gIODTPlane))
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIDevice.h371 const IORegistryPlane * inPlane );
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp528 if(parent->inPlane(gIODTPlane))
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp914 if (parent->inPlane(gIODTPlane)) {
H A DIOPartitionScheme.cpp431 if ( parent->inPlane(gIODTPlane) )
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Ddevice.defs332 out inPlane : boolean_t
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp963 if(parent->inPlane(gIODTPlane))
H A DIOFireWireDevice.cpp608 if(parent->inPlane(gIODTPlane))
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIORegistryEntry.h557 /*! @function inPlane
563 virtual bool inPlane( const IORegistryPlane * plane = 0) const;
791 const IORegistryPlane * inPlane );

Completed in 334 milliseconds