Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h708 virtual IORegistryEntry * getChildEntry( const IORegistryPlane * plane ) const;
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1290 root = gRegistryRoot->getChildEntry( plane ); in getPath()
1618 fromEntry = gRegistryRoot->getChildEntry( plane ); in fromPath()
1911 IORegistryEntry::getChildEntry( in getChildEntry() function in IORegistryEntry
H A DIOServicePM.cpp1032 child = (IOService *) connection->getChildEntry(gIOPowerPlane); in addPowerChild3()
2246 child = (IOService *) childConnection->getChildEntry(gIOPowerPlane); in requestPowerDomainState()
H A DIOService.cpp1393 return (IOService *) getChildEntry( gIOServicePlane); in getClient()