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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h573 /*! @function detachFromParent
579 virtual void detachFromParent( IORegistryEntry * parent,
594 @discussion This method is called in the parent entry when a child detaches, to make overrides possible. It is a no-op if the entry is not a child of the parent. Detaching the entry will release both the child and parent. This method will call detachFromParent in the child entry if it is not being called from detachFromParent.
603 @discussion This method calls detachFromParent in the entry for each of its parent entries in the plane.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1663 void IORegistryEntry::detachFromParent( IORegistryEntry * parent, function in class:IORegistryEntry
1710 child->detachFromParent( this, plane );
1721 detachFromParent( parent, plane );
H A DIOService.cpp448 detachFromParent( provider, gIOServicePlane );

Completed in 36 milliseconds