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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h557 /*! @function inPlane
563 virtual bool inPlane( const IORegistryPlane * plane = 0) const;
791 const IORegistryPlane * inPlane );
H A DIOService.h615 const IORegistryPlane * inPlane );
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp275 bool IOPCIDevice::init( IORegistryEntry * from, const IORegistryPlane * inPlane )
277 if (!super::init(from, inPlane)) return (false);
H A DIOPCIConfigurator.cpp990 if (dtEntry->inPlane(gIOServicePlane)) return;
1012 if (dtEntry->inPlane(gIOServicePlane))
1495 if (entry->dtNub && entry->dtNub->inPlane(gIOServicePlane))
3325 if (!child->dtNub || !child->dtNub->inPlane(gIOServicePlane)) continue;
H A DIOPCIBridge.cpp2000 if (found->inPlane(gIOServicePlane)) continue;
3832 if (uc && uc->inPlane(gIOServicePlane))
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp861 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
892 if (!parent || !inPlane(gIOPowerPlane))
945 if (child && inPlane(gIOPowerPlane))
1244 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1572 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane))
1651 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane) &&
1707 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1829 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
3295 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.cpp2319 boolean_t *inPlane )
2323 *inPlane = entry->inPlane( IORegistryEntry::getPlane( plane ));
H A DIOService.cpp494 const IORegistryPlane * inPlane )
498 ret = super::init(from, inPlane);
H A DIOPMrootDomain.cpp4311 provider->inPlane(gIODTPlane))
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c2123 boolean_t inPlane; local
2126 entry, (char *) plane, &inPlane ))
2127 inPlane = false;
2129 return( inPlane );
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h455 const IORegistryPlane * inPlane );
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp443 if ( parent->inPlane(gIODTPlane) )
H A DIOBlockStorageDriver.cpp925 if (parent->inPlane(gIODTPlane)) {
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Ddevice.defs332 out inPlane : boolean_t
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp528 if(parent->inPlane(gIODTPlane))
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp291 while (entry && !entry->inPlane(gIODTPlane))
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp608 if(parent->inPlane(gIODTPlane))
H A DIOFireWireController.cpp963 if(parent->inPlane(gIODTPlane))

Completed in 587 milliseconds