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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h141 /*! @function copyChildEntry
147 virtual IORegistryEntry * copyChildEntry( const IORegistryPlane * plane ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp650 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
950 theChild = theNub->copyChildEntry(gIOPowerPlane);
1384 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
2587 child = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
2663 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
3273 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
H A DIORegistryEntry.cpp1421 IORegistryEntry * IORegistryEntry::copyChildEntry( function in class:IORegistryEntry
1444 entry = copyChildEntry( plane );

Completed in 29 milliseconds