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

/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h577 @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.
594 /*! @function attachToChild
601 virtual bool attachToChild( IORegistryEntry * child,
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1670 ret &= parent->attachToChild( this, plane );
1683 bool IORegistryEntry::attachToChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp822 attachToChild( connection, gIOPowerPlane );
823 connection->attachToChild( child, gIOPowerPlane );

Completed in 85 milliseconds