Searched defs:handles (Results 1 - 1 of 1) sorted by relevance
/systemd/src/boot/efi/ |
H A D | boot.c | 1471 EFI_HANDLE *handles = NULL; local 1473 err = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &handle_count, &handles); 1481 root = LibOpenRoot(handles[i]); 1484 found = config_entry_add_loader_auto(config, handles[i], root, NULL, L"auto-osx", 'a', L"OS X", 1491 FreePool(handles);
|
Completed in 20 milliseconds