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

/macosx-10.10.1/IOStorageFamily-182.1.1/
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.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h257 virtual void detachFromChild( IORegistryEntry * child,
/macosx-10.10.1/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,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboard.cpp1265 detachFromChild(IORegistryEntry * child, function in class:IOHIKeyboard
1270 super::detachFromChild(child, plane);
/macosx-10.10.1/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 218 milliseconds