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

/darwin-on-arm/xnu/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,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1737 parent->detachFromChild( this, plane );
1742 void IORegistryEntry::detachFromChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp824 connection->detachFromChild(theChild, gIOPowerPlane);
828 detachFromChild(connection, gIOPowerPlane);
1124 theNub->detachFromChild(theChild, gIOPowerPlane);
1128 detachFromChild(theNub, gIOPowerPlane);

Completed in 27 milliseconds