Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp434 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetBootUUID()
462 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetApfsPrebootUUID()
491 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetAssociatedApfsVolgroupUUID()
521 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetBootObjectsPath()
552 if ((entry = IORegistryEntry::fromPath("/chosen", gIODTPlane))) { in IOGetBootManifestHash()
730 if ((regEntry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ))) { in IOFindBSDRoot()
772 …if ((regEntry = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ))) { /* Find t… in IOFindBSDRoot()
1066 return IORegistryEntry::fromPath(path, gIODTPlane); in IOBSDRegistryEntryForDeviceTree()
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1019 node = IORegistryEntry::fromPath( RESTART_NODE_PATH, gIODTPlane ); in PEHaltRestartInternal()
1146 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in init_gIOOptionsEntry()
1424 platform_entry = IORegistryEntry::fromPath(kIODeviceTreePlane ":/efi/platform"); in PEGetCoprocessorVersion()
1491 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in registerNVRAMController()
1507 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in registerNVRAMController()
2188 IORegistryEntry *options = IORegistryEntry::fromPath("/options", gIODTPlane); in createNVRAM()
2212 entry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ); in generatePlatformUUID()
2245 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane ); in generatePlatformUUID()
2269 entry = IORegistryEntry::fromPath( "/options", gIODTPlane ); in generatePlatformUUID()
H A DIOStartIOKit.cpp223 if ((chosen = IORegistryEntry::fromPath(kIODeviceTreePlane ":/chosen"))) { in IORecordProgressBackbuffer()
H A DIORegistryEntry.cpp1491 entry = IORegistryEntry::fromPath( path, plane ); in hasAlias()
1499 if ((entry2 = IORegistryEntry::fromPath( path, plane, in hasAlias()
1545 entry = IORegistryEntry::fromPath( "/aliases", plane ); in dealiasPath()
1563 IORegistryEntry::fromPath( in fromPath() function in IORegistryEntry
1603 aliasEntry = IORegistryEntry::fromPath( alias, plane, in fromPath()
1677 return IORegistryEntry::fromPath( path, plane, opath, len, this ); in childFromPath()
H A DIODeviceTreeSupport.cpp328 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ); in IODTGetLoaderInfo()
370 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ); in IODTFreeLoaderInfo()
385 defaults = IORegistryEntry::fromPath( "/defaults", gIODTPlane ); in IODTGetDefault()
H A DIOHibernateIO.cpp897 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane); in IOSetBootImageNVRAM()
1364 IORegistryEntry *entry = IORegistryEntry::fromPath(mergePaths[i]); in IOHibernateDone()
1607 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in IOHibernateSystemInit()
2807 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane); in IOHibernateSystemRestart()
H A DIONVRAMV3Handler.cpp321 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in getNVRAMProperties()
663 entry = IORegistryEntry::fromPath("/product", gIODTPlane); in handleEphDM()
H A DIONVRAM.cpp1215 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in getNVRAMProperties()
1421 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in initImageFormat()
H A DIOPolledInterface.cpp553 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane); in IOGetVolumeCryptKey()
H A DIOUserClient.cpp3372 entry = IORegistryEntry::fromPath( path ); in is_io_registry_entry_from_path()
3438 entry = IORegistryEntry::fromPath(cpath); in is_io_registry_entry_from_path_ool()
H A DIOService.cpp7317 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in updateConsoleUsers()
7809 entry = IORegistryEntry::fromPath( str->getCStringNoCopy()); in matchInternal()
H A DIOPMrootDomain.cpp9488 OSSharedPtr<IORegistryEntry> node = IORegistryEntry::fromPath( "/chosen", gIODTPlane );
/xnu-11215/libsa/
H A Dbootstrap.cpp392 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane); in readBooterExtensions()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h923 static OSPtr<IORegistryEntry> fromPath( const char * path,
/xnu-11215/iokit/Tests/
H A DTests.cpp1886 root = OSDynamicPtrCast<IOService>(IORegistryEntry::fromPath("/", gIODTPlane)); in Test100367284()