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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h141 /*! @function copyChildEntry
147 virtual IORegistryEntry * copyChildEntry( const IORegistryPlane * plane ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp820 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
1121 theChild = theNub->copyChildEntry(gIOPowerPlane);
1605 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
2727 child = (IOService *) connection->copyChildEntry(gIOPowerPlane);
3244 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
3916 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
H A DIORegistryEntry.cpp1462 IORegistryEntry * IORegistryEntry::copyChildEntry( function in class:IORegistryEntry
1485 entry = copyChildEntry( plane );
H A DIOPMrootDomain.cpp1879 if ((service = (IOService *) connect->copyChildEntry(gIOPowerPlane)))

Completed in 95 milliseconds