Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h163 virtual OSPtr<IORegistryEntry> copyChildEntry( const IORegistryPlane * plane ) const;
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp778 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane))); in handlePMstop()
1085 theChild = theNub->copyChildEntry(gIOPowerPlane); in removePowerChild()
1621 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane); in handleAcknowledgePowerChange()
2973 child = (IOService *) connection->copyChildEntry(gIOPowerPlane); in applyToPowerChildren()
3583 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane); in systemWake()
4411 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane)); in notifyChild()
H A DIORegistryEntry.cpp1887 IORegistryEntry::copyChildEntry( in copyChildEntry() function in IORegistryEntry
1916 entry = copyChildEntry( plane ); in getChildEntry()
H A DIOPMrootDomain.cpp2486 child = connect->copyChildEntry(gIOPowerPlane); in broadcastAggressives()