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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h141 /*! @function copyChildEntry
147 virtual IORegistryEntry * copyChildEntry( const IORegistryPlane * plane ) const;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp693 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
997 theChild = theNub->copyChildEntry(gIOPowerPlane);
1506 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
2688 child = (IOService *) connection->copyChildEntry(gIOPowerPlane);
3262 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
3985 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
H A DIORegistryEntry.cpp1457 IORegistryEntry * IORegistryEntry::copyChildEntry( function in class:IORegistryEntry
1480 entry = copyChildEntry( plane );
H A DIOPMrootDomain.cpp1756 if ((service = (IOService *) connect->copyChildEntry(gIOPowerPlane)))

Completed in 199 milliseconds