Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h759 virtual bool attachToParent( IORegistryEntry * parent,
/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp208 child->attachToParent( parent, gIODTPlane); in IODeviceTreeAlloc()
251 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
H A DIORegistryEntry.cpp2071 IORegistryEntry::attachToParent( IORegistryEntry * parent, in attachToParent() function in IORegistryEntry
2185 ret &= child->attachToParent( this, plane ); in attachToChild()
H A DIOService.cpp906 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 DIOPMrootDomain.cpp11889 attachToParent( getRegistryRoot(), gIOPowerPlane );
/xnu-11215/iokit/Tests/
H A DTests.cpp1889 entry->attachToParent(root.get(), gIODTPlane); in Test100367284()
1890 entry->attachToParent(root.get(), gIOServicePlane); in Test100367284()