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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h575 @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.
592 /*! @function detachFromChild
598 virtual void detachFromChild( IORegistryEntry * child,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1685 parent->detachFromChild( this, plane );
1690 void IORegistryEntry::detachFromChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp654 connection->detachFromChild(theChild, gIOPowerPlane);
658 detachFromChild(connection, gIOPowerPlane);
953 theNub->detachFromChild(theChild, gIOPowerPlane);
957 detachFromChild(theNub, gIOPowerPlane);

Completed in 33 milliseconds