Searched refs:attachToParent (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTests.cpp74 deblocker->attachToParent( keyboard, gIODTPlane);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h563 /*! @function attachToParent
570 virtual bool attachToParent( IORegistryEntry * parent,
584 @discussion This method is called in the parent entry when a child attaches, to make overrides possible. This method will also call attachToParent in the child entry if it is not being called from attachToParent. It is a no-op and success if the entry is already a child. Attaching the entry into the registry retains both the child and parent while they are attached.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp162 child->attachToParent( parent, gIODTPlane);
189 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane);
H A DIORegistryEntry.cpp1584 bool IORegistryEntry::attachToParent( IORegistryEntry * parent, function in class:IORegistryEntry
1658 ret &= child->attachToParent( this, plane );
H A DIOService.cpp418 ok = attachToParent( provider, gIOServicePlane);
423 ok = attachToParent( getRegistryRoot(), gIOServicePlane);
911 gIOResources->attachToParent( gIOServiceRoot, gIOServicePlane );
H A DIOServicePM.cpp560 attachToParent( getRegistryRoot(), gIOPowerPlane );

Completed in 96 milliseconds