Searched refs:attachToParent (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 759 virtual bool attachToParent( IORegistryEntry * parent,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 208 child->attachToParent( parent, gIODTPlane); in IODeviceTreeAlloc() 251 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
|
| H A D | IORegistryEntry.cpp | 2071 IORegistryEntry::attachToParent( IORegistryEntry * parent, in attachToParent() function in IORegistryEntry 2185 ret &= child->attachToParent( this, plane ); in attachToChild()
|
| H A D | IOService.cpp | 906 ok = attachToParent(provider, gIOServicePlane); in attach() 927 ok = attachToParent( getRegistryRoot(), gIOServicePlane); in attach() 1590 gIOResources->attachToParent( gIOServiceRoot, gIOServicePlane ); in setPlatform() 1592 gIOUserResources->attachToParent( gIOServiceRoot, gIOServicePlane ); in setPlatform() 1610 gIOSystemStateNotificationService->attachToParent(platform, gIOServicePlane); in setPlatform()
|
| H A D | IOPMrootDomain.cpp | 11889 attachToParent( getRegistryRoot(), gIOPowerPlane );
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1889 entry->attachToParent(root.get(), gIODTPlane); in Test100367284() 1890 entry->attachToParent(root.get(), gIOServicePlane); in Test100367284()
|