Home
last modified time | relevance | path

Searched refs:getChildEntry (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h706 virtual IORegistryEntry * getChildEntry( const IORegistryPlane * plane ) const;
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1273 root = gRegistryRoot->getChildEntry( plane ); in getPath()
1600 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
1889 IORegistryEntry::getChildEntry( in getChildEntry() function in IORegistryEntry
H A DIOServicePM.cpp994 child = (IOService *) connection->getChildEntry(gIOPowerPlane); in addPowerChild3()
2213 child = (IOService *) childConnection->getChildEntry(gIOPowerPlane); in requestPowerDomainState()
H A DIOService.cpp1350 return (IOService *) getChildEntry( gIOServicePlane); in getClient()