Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIOStartIOKit.cpp212 IORegistryEntry * root = IORegistryEntry::getRegistryRoot(); in IORegistrySetOSBuildVersion()
H A DIOService.cpp614 IORegistryEntry::getRegistryRoot()->setProperty(gIOConsoleLockedKey, kOSBooleanTrue); in initialize()
907 ok = attachToParent( getRegistryRoot(), gIOServicePlane); in attach()
1030 IORegistryEntry * root = getRegistryRoot(); in registerService()
1316 if (parent == IORegistryEntry::getRegistryRoot()) { in getProvider()
7030 regEntry = IORegistryEntry::getRegistryRoot(); in updateConsoleUsers()
H A DIOUserClient.cpp1282 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyConsoleUser()
1306 OSObject * ioProperty = IORegistryEntry::getRegistryRoot()->copyProperty(gIOConsoleUsersKey); in CopyUserOnConsole()
3188 entry = IORegistryEntry::getRegistryRoot(); in is_io_registry_get_root_entry()
6201 iter = IODTFindMatchingEntries(IORegistryEntry::getRegistryRoot(), kIODTRecursive, name); in is_io_device_tree_entry_exists_with_name()
H A DIODeviceTreeSupport.cpp224 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); in IODeviceTreeAlloc()
H A DIORegistryEntry.cpp181 IORegistryEntry::getRegistryRoot( void ) in getRegistryRoot() function in IORegistryEntry
H A DIOServicePM.cpp447 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot())) { in PMinit()
H A DIOPMrootDomain.cpp11550 attachToParent( getRegistryRoot(), gIOPowerPlane ); in start()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h253 static IORegistryEntry * getRegistryRoot( void );
/xnu-8020.140.41/libkern/c++/
H A DOSKext.cpp911 registryRoot = IORegistryEntry::getRegistryRoot(); in initialize()
10000 registryRoot = IORegistryEntry::getRegistryRoot();