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

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h587 @discussion This is the usual method of removing an entry from the registry. It is a no-op if the entry is not attached to the parent. Detaching the entry will release both the child and parent. This method will call detachFromChild in the parent entry if it is not being called from detachFromChild.
604 /*! @function detachFromChild
610 virtual void detachFromChild( IORegistryEntry * child,
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1732 parent->detachFromChild( this, plane );
1737 void IORegistryEntry::detachFromChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp697 connection->detachFromChild(theChild, gIOPowerPlane);
701 detachFromChild(connection, gIOPowerPlane);
1000 theNub->detachFromChild(theChild, gIOPowerPlane);
1004 detachFromChild(theNub, gIOPowerPlane);

Completed in 39 milliseconds