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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h513 /*! @function getChildEntry
519 virtual IORegistryEntry * getChildEntry( const IORegistryPlane * plane ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp891 root = gRegistryRoot->getChildEntry( plane );
1200 fromEntry = gRegistryRoot->getChildEntry( plane );
1439 IORegistryEntry * IORegistryEntry::getChildEntry( function in class:IORegistryEntry
H A DIOPMrootDomain.cpp2021 powerChild = (IOService *) whichChild->getChildEntry(gIOPowerPlane);
2065 powerChild = (IOService *) connection->getChildEntry(gIOPowerPlane);
H A DIOServicePM.cpp893 child = (IOService *) connection->getChildEntry(gIOPowerPlane);
1812 child = (IOService *) whichChild->getChildEntry(gIOPowerPlane);
H A DIOService.cpp755 return( (IOService *) getChildEntry( gIOServicePlane));

Completed in 104 milliseconds