Home
last modified time | relevance | path

Searched refs:getRegistryRoot (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOStartIOKit.cpp202 IORegistryEntry * root = IORegistryEntry::getRegistryRoot(); in IORegistrySetOSBuildVersion()
H A DIOUserClient.cpp1356 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyConsoleUser()
1380 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyUserOnConsole()
3284 entry = IORegistryEntry::getRegistryRoot(); in is_io_registry_get_root_entry()
6419 iter = IODTFindMatchingEntries(IORegistryEntry::getRegistryRoot(), kIODTRecursive, name); in is_io_device_tree_entry_exists_with_name()
H A DIOService.cpp656 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue); in initialize()
927 ok = attachToParent( getRegistryRoot(), gIOServicePlane); in attach()
1050 IORegistryEntry * root = getRegistryRoot(); in registerService()
1359 if (parent == IORegistryEntry::getRegistryRoot()) { in getProvider()
7314 regEntry = IORegistryEntry::getRegistryRoot(); in updateConsoleUsers()
H A DIODeviceTreeSupport.cpp251 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
H A DIORegistryEntry.cpp183 IORegistryEntry::getRegistryRoot( void ) in getRegistryRoot() function in IORegistryEntry
H A DIOServicePM.cpp479 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot())) { in PMinit()
H A DIOPMrootDomain.cpp11889 attachToParent( getRegistryRoot(), gIOPowerPlane );
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h255 static IORegistryEntry * getRegistryRoot( void );
/xnu-11215/libkern/c++/
H A DOSKext.cpp1092 registryRoot = IORegistryEntry::getRegistryRoot(); in initialize()
10952 registryRoot = IORegistryEntry::getRegistryRoot();