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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h613 /*! @function detachAbove
618 virtual void detachAbove( const IORegistryPlane * plane );
622 @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.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1767 void IORegistryEntry::detachAbove( const IORegistryPlane * plane ) function in class:IORegistryEntry
1789 detachAbove( plane );
1796 next->detachAbove( plane );
H A DIOServicePM.cpp807 detachAbove( gIOPowerPlane );

Completed in 34 milliseconds