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

/macosx-10.9.5/IOStorageFamily-172/
H A DIOMedia.h383 virtual void detachFromChild(IORegistryEntry * client,
H A DIOMedia.cpp218 void IOMedia::detachFromChild(IORegistryEntry * client, function in class:IOMedia
260 super::detachFromChild(client, plane);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h257 virtual void detachFromChild( IORegistryEntry * child,
/macosx-10.9.5/xnu-2422.115.4/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,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboard.cpp1259 detachFromChild(IORegistryEntry * child, function in class:IOHIKeyboard
1264 super::detachFromChild(child, plane);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp1732 parent->detachFromChild( this, plane );
1737 void IORegistryEntry::detachFromChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp703 connection->detachFromChild(theChild, gIOPowerPlane);
707 detachFromChild(connection, gIOPowerPlane);
1006 theNub->detachFromChild(theChild, gIOPowerPlane);
1010 detachFromChild(theNub, gIOPowerPlane);

Completed in 245 milliseconds