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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h585 /*! @function detachFromParent
591 virtual void detachFromParent( IORegistryEntry * parent,
606 @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.
615 @discussion This method calls detachFromParent in the entry for each of its parent entries in the plane.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1715 void IORegistryEntry::detachFromParent( IORegistryEntry * parent, function in class:IORegistryEntry
1762 child->detachFromParent( this, plane );
1773 detachFromParent( parent, plane );
H A DIOService.cpp494 detachFromParent( provider, gIOServicePlane );

Completed in 20 milliseconds