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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h133 /*! @function copyParentEntry
139 virtual IORegistryEntry * copyParentEntry( const IORegistryPlane * plane ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp795 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
1868 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1967 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
2762 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
3279 theNub = (IOService *)copyParentEntry(gIOPowerPlane);
3282 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
4328 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
4779 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);
H A DIORegistryEntry.cpp1400 IORegistryEntry * IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const function in class:IORegistryEntry
1421 entry = copyParentEntry( plane );

Completed in 24 milliseconds