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

/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp74 deblocker->attachToParent( keyboard, gIODTPlane);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h575 /*! @function attachToParent
582 virtual bool attachToParent( IORegistryEntry * parent,
596 @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.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp163 child->attachToParent( parent, gIODTPlane);
190 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane);
H A DIORegistryEntry.cpp1625 bool IORegistryEntry::attachToParent( IORegistryEntry * parent, function in class:IORegistryEntry
1710 ret &= child->attachToParent( this, plane );
H A DIOService.cpp462 ok = attachToParent( provider, gIOServicePlane);
467 ok = attachToParent( getRegistryRoot(), gIOServicePlane);
964 gIOResources->attachToParent( gIOServiceRoot, gIOServicePlane );
H A DIOPMrootDomain.cpp8373 attachToParent( getRegistryRoot(), gIOPowerPlane );

Completed in 99 milliseconds