Home
last modified time | relevance | path

Searched refs:getParentEntry (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h682 virtual IORegistryEntry * getParentEntry( const IORegistryPlane * plane ) const;
/xnu-11215/iokit/Kernel/
H A DIOPolledInterface.cpp144 }while ((next = child->getParentEntry(gIOServicePlane)) in OSDefineMetaClassAndStructors()
268 next = next->getParentEntry(gIOServicePlane); in IOPolledFilePollersClose()
H A DIODeviceTreeSupport.cpp574 parent = regEntry->getParentEntry( gIODTPlane); in IODTFindInterruptParent()
813 if (nw && (parent = regEntry->getParentEntry( gIODTPlane))) { in IODTMapInterruptsSharing()
H A DIORegistryEntry.cpp1294 parent = entry->getParentEntry( plane ); in getPath()
1819 IORegistryEntry::getParentEntry( const IORegistryPlane * plane ) const in getParentEntry() function in IORegistryEntry
H A DIOPMrootDomain.cpp6004 IORegistryEntry * parent = child->getParentEntry(gIOPowerPlane);
6023 parent = child->getParentEntry(gIOPowerPlane);
6078 IORegistryEntry * parent = service->getParentEntry(gIODTPlane);
H A DIOServicePM.cpp479 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot())) { in PMinit()
981 parent = (IOService *) connection->getParentEntry(gIOPowerPlane); in addPowerChild2()
H A DIOService.cpp1052 parent = parent->getParentEntry( gIOServicePlane); in registerService()
1358 parent = (IOService *) getParentEntry( gIOServicePlane); in getProvider()
H A DIOUserServer.cpp5077 IORegistryEntry *parent = service->getParentEntry(gIOPowerPlane); in checkPMReady()