Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h766 virtual void detachFromParent( IORegistryEntry * parent,
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp2164 IORegistryEntry::detachFromParent( IORegistryEntry * parent, in detachFromParent() function in IORegistryEntry
2215 child->detachFromParent( this, plane ); in detachFromChild()
2228 detachFromParent( parent, plane ); in detachAbove()
H A DIOService.cpp965 detachFromParent( provider, gIOServicePlane ); in detach()