Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h757 virtual bool attachToParent( IORegistryEntry * parent,
/xnu-8020.140.41/iokit/Kernel/
H A DIODeviceTreeSupport.cpp198 child->attachToParent( parent, gIODTPlane); in IODeviceTreeAlloc()
224 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
H A DIORegistryEntry.cpp2049 IORegistryEntry::attachToParent( IORegistryEntry * parent, in attachToParent() function in IORegistryEntry
2157 ret &= child->attachToParent( this, plane ); in attachToChild()
H A DIOService.cpp886 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 DIOPMrootDomain.cpp11550 attachToParent( getRegistryRoot(), gIOPowerPlane ); in start()