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

/darwin-on-arm/xnu/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,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1675 ret &= parent->attachToChild( this, plane );
1688 bool IORegistryEntry::attachToChild( IORegistryEntry * child, function in class:IORegistryEntry
H A DIOServicePM.cpp947 attachToChild( connection, gIOPowerPlane );
948 connection->attachToChild( child, gIOPowerPlane );

Completed in 103 milliseconds