| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 434 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 D | IOPlatformExpert.cpp | 1019 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 D | IOStartIOKit.cpp | 223 if ((chosen = IORegistryEntry::fromPath(kIODeviceTreePlane ":/chosen"))) { in IORecordProgressBackbuffer()
|
| H A D | IORegistryEntry.cpp | 1491 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 D | IODeviceTreeSupport.cpp | 328 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 D | IOHibernateIO.cpp | 897 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 D | IONVRAMV3Handler.cpp | 321 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in getNVRAMProperties() 663 entry = IORegistryEntry::fromPath("/product", gIODTPlane); in handleEphDM()
|
| H A D | IONVRAM.cpp | 1215 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in getNVRAMProperties() 1421 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in initImageFormat()
|
| H A D | IOPolledInterface.cpp | 553 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane); in IOGetVolumeCryptKey()
|
| H A D | IOUserClient.cpp | 3372 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 D | IOService.cpp | 7317 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in updateConsoleUsers() 7809 entry = IORegistryEntry::fromPath( str->getCStringNoCopy()); in matchInternal()
|
| H A D | IOPMrootDomain.cpp | 9488 OSSharedPtr<IORegistryEntry> node = IORegistryEntry::fromPath( "/chosen", gIODTPlane );
|
| /xnu-11215/libsa/ |
| H A D | bootstrap.cpp | 392 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane); in readBooterExtensions()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 923 static OSPtr<IORegistryEntry> fromPath( const char * path,
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1886 root = OSDynamicPtrCast<IOService>(IORegistryEntry::fromPath("/", gIODTPlane)); in Test100367284()
|