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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h132 /*! @function copyParentEntry
138 virtual IORegistryEntry * copyParentEntry( const IORegistryPlane * plane ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp625 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
1565 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1652 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
2698 theNub = (IOService *)copyParentEntry(gIOPowerPlane);
2701 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3538 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);
3621 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);
4226 parent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
H A DIORegistryEntry.cpp1359 IORegistryEntry * IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1380 entry = copyParentEntry( plane );

Completed in 85 milliseconds