Searched refs:attachToParent (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 757 virtual bool attachToParent( IORegistryEntry * parent,
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 198 child->attachToParent( parent, gIODTPlane); in IODeviceTreeAlloc() 224 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
|
| H A D | IORegistryEntry.cpp | 2049 IORegistryEntry::attachToParent( IORegistryEntry * parent, in attachToParent() function in IORegistryEntry 2157 ret &= child->attachToParent( this, plane ); in attachToChild()
|
| H A D | IOService.cpp | 886 ok = attachToParent(provider, gIOServicePlane); in attach() 907 ok = attachToParent( getRegistryRoot(), gIOServicePlane); in attach() 1546 gIOResources->attachToParent( gIOServiceRoot, gIOServicePlane ); in setPlatform() 1548 gIOUserResources->attachToParent( gIOServiceRoot, gIOServicePlane ); in setPlatform() 1566 gIOSystemStateNotificationService->attachToParent(platform, gIOServicePlane); in setPlatform()
|
| H A D | IOPMrootDomain.cpp | 11550 attachToParent( getRegistryRoot(), gIOPowerPlane ); in start()
|