Home
last modified time | relevance | path

Searched refs:fromPath (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.140.41/iokit/bsddev/
H A DIOKitBSDInit.cpp413 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetBootUUID()
441 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetApfsPrebootUUID()
470 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetAssociatedApfsVolgroupUUID()
500 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetBootObjectsPath()
697 if ((regEntry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ))) { in IOFindBSDRoot()
739 …if ((regEntry = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ))) { /* Find t… in IOFindBSDRoot()
1026 return IORegistryEntry::fromPath(path, gIODTPlane); in IOBSDRegistryEntryForDeviceTree()
/xnu-8020.140.41/iokit/Kernel/
H A DIOPlatformExpert.cpp1017 node = IORegistryEntry::fromPath( RESTART_NODE_PATH, gIODTPlane ); in PEHaltRestartInternal()
1142 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in init_gIOOptionsEntry()
1387 platform_entry = IORegistryEntry::fromPath(kIODeviceTreePlane ":/efi/platform"); in PEGetCoprocessorVersion()
1454 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in registerNVRAMController()
1470 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in registerNVRAMController()
2150 IORegistryEntry *options = IORegistryEntry::fromPath("/options", gIODTPlane); in createNVRAM()
2174 entry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ); in generatePlatformUUID()
2207 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane ); in generatePlatformUUID()
2231 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in generatePlatformUUID()
H A DIOStartIOKit.cpp233 if ((chosen = IORegistryEntry::fromPath(kIODeviceTreePlane ":/chosen"))) { in IORecordProgressBackbuffer()
H A DIORegistryEntry.cpp1473 entry = IORegistryEntry::fromPath( path, plane ); in hasAlias()
1481 if ((entry2 = IORegistryEntry::fromPath( path, plane, in hasAlias()
1527 entry = IORegistryEntry::fromPath( "/aliases", plane ); in dealiasPath()
1545 IORegistryEntry::fromPath( in fromPath() function in IORegistryEntry
1585 aliasEntry = IORegistryEntry::fromPath( alias, plane, in fromPath()
1659 return IORegistryEntry::fromPath( path, plane, opath, len, this ); in childFromPath()
H A DIODeviceTreeSupport.cpp301 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ); in IODTGetLoaderInfo()
343 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ); in IODTFreeLoaderInfo()
358 defaults = IORegistryEntry::fromPath( "/defaults", gIODTPlane ); in IODTGetDefault()
H A DIOHibernateIO.cpp860 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane); in IOSetBootImageNVRAM()
1327 IORegistryEntry *entry = IORegistryEntry::fromPath(mergePaths[i]); in IOHibernateDone()
1568 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in IOHibernateSystemInit()
2749 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane); in IOHibernateSystemRestart()
H A DIOPolledInterface.cpp558 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane); in IOGetVolumeCryptKey()
H A DIONVRAM.cpp1035 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in initImageFormat()
H A DIOUserClient.cpp3276 entry = IORegistryEntry::fromPath( path ); in is_io_registry_entry_from_path()
3342 entry = IORegistryEntry::fromPath(cpath); in is_io_registry_entry_from_path_ool()
H A DIOService.cpp7033 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in updateConsoleUsers()
7500 entry = IORegistryEntry::fromPath( str->getCStringNoCopy()); in matchInternal()
H A DIOPMrootDomain.cpp9241 OSSharedPtr<IORegistryEntry> node = IORegistryEntry::fromPath( "/chosen", gIODTPlane ); in callPlatformFunction()
/xnu-8020.140.41/libsa/
H A Dbootstrap.cpp377 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane); in readBooterExtensions()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h921 static OSPtr<IORegistryEntry> fromPath( const char * path,