Searched refs:entry_oneshot (Results 1 – 3 of 3) sorted by relevance
54 char *entry_oneshot; member
215 free(config->entry_oneshot); in boot_config_free()799 if (config->entry_oneshot) { in boot_entries_select_default()800 i = boot_config_find(config, config->entry_oneshot); in boot_entries_select_default()850 … r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntryOneShot), &config->entry_oneshot); in boot_load_efi_entry_pointers()
83 CHAR16 *entry_oneshot; member525 ps_string(L" default (one-shot): %s\n", config->entry_oneshot); in print_status()1619 err = efivar_get(LOADER_GUID, L"LoaderEntryOneShot", &config->entry_oneshot); in config_load_defaults()1748 i = config_entry_find(config, config->entry_oneshot); in config_default_entry_select()2391 FreePool(config->entry_oneshot); in config_free()2430 if (streq_ptr(config->entry_oneshot, entry->id)) in save_selected_entry()