Lines Matching refs:loader
61 CHAR16 *loader; member
564 ps_string(L" loader: %s\n", entry->loader); in print_status()
1058 FreePool(entry->loader); in config_entry_free()
1416 if (StrCmp(entry->loader, old_path) == 0) { in config_entry_bump_counters()
1417 FreePool(entry->loader); in config_entry_bump_counters()
1418 entry->loader = TAKE_PTR(new_path); in config_entry_bump_counters()
1477 FreePool(entry->loader); in config_entry_add_from_file()
1479 entry->loader = xstra_to_path(value); in config_entry_add_from_file()
1486 FreePool(entry->loader); in config_entry_add_from_file()
1487 entry->loader = xstra_to_path(value); in config_entry_add_from_file()
1490 if (loaded_image_path && StriCmp(entry->loader, loaded_image_path) == 0) { in config_entry_add_from_file()
1550 err = root_dir->Open(root_dir, &handle, entry->loader, EFI_FILE_MODE_READ, 0ULL); in config_entry_add_from_file()
1899 const CHAR16 *loader, in config_entry_add_loader() argument
1909 assert(loader); in config_entry_add_loader()
1917 .loader = xstrdup(loader), in config_entry_add_loader()
1962 const CHAR16 *loader) { in config_entry_add_loader_auto() argument
1969 assert(loader || loaded_image_path); in config_entry_add_loader_auto()
1975 loader = L"\\EFI\\BOOT\\BOOT" EFI_MACHINE_TYPE_NAME ".efi"; in config_entry_add_loader_auto()
1982 if (StriCmp(loader, loaded_image_path) == 0 || in config_entry_add_loader_auto()
1983 is_sd_boot(root_dir, loader) || in config_entry_add_loader_auto()
1990 … EFI_STATUS err = root_dir->Open(root_dir, &handle, (CHAR16*) loader, EFI_FILE_MODE_READ, 0ULL); in config_entry_add_loader_auto()
1994 … return config_entry_add_loader(config, device, LOADER_AUTO, id, key, title, loader, NULL, NULL); in config_entry_add_loader_auto()
2341 path = FileDevicePath(entry->device, entry->loader); in image_start()
2347 return log_error_status_stall(err, L"Error loading %s: %r", entry->loader, err); in image_start()
2424 assert(entry->loader || !entry->call); in save_selected_entry()
2614 if (entry->call && !entry->loader) { in efi_main()
2628 … log_error_stall(L"Failed to execute %s (%s): %r", entry->title_show, entry->loader, err); in efi_main()