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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h565 @discussion This is the usual method of entering an entry into the registry. It is a no-op and success if the entry is already attached to the parent. Attaching the entry into the registry retains both the child and parent while they are attached. This method will call attachToChild in the parent entry if it is not being called from attachToChild.
582 /*! @function attachToChild
589 virtual bool attachToChild( IORegistryEntry * child,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1631 ret &= parent->attachToChild( this, plane );
1636 bool IORegistryEntry::attachToChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp776 attachToChild( connection, gIOPowerPlane );
777 connection->attachToChild( child, gIOPowerPlane );

Completed in 29 milliseconds