Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h161 virtual OSPtr<IORegistryEntry> copyChildEntry( const IORegistryPlane * plane ) const;
/xnu-8020.140.41/iokit/Kernel/
H A DIOServicePM.cpp740 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane))); in handlePMstop()
1047 theChild = theNub->copyChildEntry(gIOPowerPlane); in removePowerChild()
1583 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane); in handleAcknowledgePowerChange()
2940 child = (IOService *) connection->copyChildEntry(gIOPowerPlane); in applyToPowerChildren()
3550 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane); in systemWake()
4328 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane)); in notifyChild()
H A DIORegistryEntry.cpp1865 IORegistryEntry::copyChildEntry( in copyChildEntry() function in IORegistryEntry
1894 entry = copyChildEntry( plane ); in getChildEntry()
H A DIOPMrootDomain.cpp2461 child = connect->copyChildEntry(gIOPowerPlane); in broadcastAggressives()