Searched refs:fromPath (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.140.41/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 413 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 D | IOPlatformExpert.cpp | 1017 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 D | IOStartIOKit.cpp | 233 if ((chosen = IORegistryEntry::fromPath(kIODeviceTreePlane ":/chosen"))) { in IORecordProgressBackbuffer()
|
| H A D | IORegistryEntry.cpp | 1473 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 D | IODeviceTreeSupport.cpp | 301 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 D | IOHibernateIO.cpp | 860 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 D | IOPolledInterface.cpp | 558 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane); in IOGetVolumeCryptKey()
|
| H A D | IONVRAM.cpp | 1035 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in initImageFormat()
|
| H A D | IOUserClient.cpp | 3276 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 D | IOService.cpp | 7033 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane); in updateConsoleUsers() 7500 entry = IORegistryEntry::fromPath( str->getCStringNoCopy()); in matchInternal()
|
| H A D | IOPMrootDomain.cpp | 9241 OSSharedPtr<IORegistryEntry> node = IORegistryEntry::fromPath( "/chosen", gIODTPlane ); in callPlatformFunction()
|
| /xnu-8020.140.41/libsa/ |
| H A D | bootstrap.cpp | 377 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane); in readBooterExtensions()
|
| /xnu-8020.140.41/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 921 static OSPtr<IORegistryEntry> fromPath( const char * path,
|