Searched refs:getParentEntry (Results 1 – 8 of 8) sorted by relevance
682 virtual IORegistryEntry * getParentEntry( const IORegistryPlane * plane ) const;
144 }while ((next = child->getParentEntry(gIOServicePlane)) in OSDefineMetaClassAndStructors()268 next = next->getParentEntry(gIOServicePlane); in IOPolledFilePollersClose()
574 parent = regEntry->getParentEntry( gIODTPlane); in IODTFindInterruptParent()813 if (nw && (parent = regEntry->getParentEntry( gIODTPlane))) { in IODTMapInterruptsSharing()
1294 parent = entry->getParentEntry( plane ); in getPath()1819 IORegistryEntry::getParentEntry( const IORegistryPlane * plane ) const in getParentEntry() function in IORegistryEntry
6004 IORegistryEntry * parent = child->getParentEntry(gIOPowerPlane);6023 parent = child->getParentEntry(gIOPowerPlane);6078 IORegistryEntry * parent = service->getParentEntry(gIODTPlane);
479 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot())) { in PMinit()981 parent = (IOService *) connection->getParentEntry(gIOPowerPlane); in addPowerChild2()
1052 parent = parent->getParentEntry( gIOServicePlane); in registerService()1358 parent = (IOService *) getParentEntry( gIOServicePlane); in getProvider()
5077 IORegistryEntry *parent = service->getParentEntry(gIOPowerPlane); in checkPMReady()