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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h601 /*! @function detachAbove
606 virtual void detachAbove( const IORegistryPlane * plane );
610 @discussion This method breaks the registry connections for a subtree. detachAbove is called in the entry, and all child entries and their children in the plane.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1715 void IORegistryEntry::detachAbove( const IORegistryPlane * plane ) function in class:IORegistryEntry
1737 detachAbove( plane );
1744 next->detachAbove( plane );
H A DIOServicePM.cpp637 detachAbove( gIOPowerPlane );

Completed in 42 milliseconds