Searched refs:getRegistryRoot (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp184 IORegistryEntry * root = IORegistryEntry::getRegistryRoot();
H A DIOService.cpp373 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue);
467 ok = attachToParent( getRegistryRoot(), gIOServicePlane);
540 IORegistryEntry * root = getRegistryRoot();
779 if( parent == IORegistryEntry::getRegistryRoot())
4369 regEntry = IORegistryEntry::getRegistryRoot();
H A DIODeviceTreeSupport.cpp190 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane);
H A DIOUserClient.cpp891 IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey))))
915 IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey))))
1985 entry = IORegistryEntry::getRegistryRoot();
H A DIORegistryEntry.cpp175 IORegistryEntry * IORegistryEntry::getRegistryRoot( void ) function in class:IORegistryEntry
H A DIOMemoryDescriptor.cpp3655 IORegistryEntry::getRegistryRoot()->setProperty(kIOMaximumMappedIOByteCountKey,
H A DIOPMrootDomain.cpp8373 attachToParent( getRegistryRoot(), gIOPowerPlane );
H A DIOServicePM.cpp553 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot()))
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp462 registryRoot = IORegistryEntry::getRegistryRoot();
690 registryRoot = IORegistryEntry::getRegistryRoot();
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h229 /*! @function getRegistryRoot
234 static IORegistryEntry * getRegistryRoot( void );
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp706 registryRoot = IORegistryEntry::getRegistryRoot();

Completed in 142 milliseconds