Searched refs:EFI_LOADER_VARIABLE (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | efi-loader.c | 43 r = read_usec(EFI_LOADER_VARIABLE(LoaderTimeInitUSec), &x); in efi_loader_get_boot_usec() 47 r = read_usec(EFI_LOADER_VARIABLE(LoaderTimeExecUSec), &y); in efi_loader_get_boot_usec() 68 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderDevicePartUUID), &p); in efi_loader_get_device_part_uuid() 97 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderEntries), NULL, (void**) &entries, &size); in efi_loader_get_entries() 151 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderFeatures), NULL, &v, &s); in efi_loader_get_features() 156 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderInfo), &info); in efi_loader_get_features() 201 if (stat(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot)), &new_stat) < 0) in efi_loader_get_config_timeout_one_shot() 209 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot), &v); in efi_loader_get_config_timeout_one_shot() 233 if (stat(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderEntryOneShot)), &new_stat) < 0) in efi_loader_update_entry_one_shot_cache() 239 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntryOneShot), &v); in efi_loader_update_entry_one_shot_cache()
|
D | bootspec.c | 850 … r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntryOneShot), &config->entry_oneshot); in boot_load_efi_entry_pointers() 856 … r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntryDefault), &config->entry_default); in boot_load_efi_entry_pointers() 862 … r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntrySelected), &config->entry_selected); in boot_load_efi_entry_pointers() 1027 p = strdup(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderEntries))); in boot_config_augment_from_loader()
|
/systemd-251/src/core/ |
D | efi-random.c | 29 EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderRandomSeed)), in lock_down_efi_variables() 30 EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderSystemToken))) { in lock_down_efi_variables() 63 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderRandomSeed), NULL, &value, &size); in efi_take_random_seed()
|
/systemd-251/src/boot/ |
D | bootctl.c | 1168 EFI_LOADER_VARIABLE(LoaderConfigTimeout), in remove_loader_variables() 1169 EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot), in remove_loader_variables() 1170 EFI_LOADER_VARIABLE(LoaderEntryDefault), in remove_loader_variables() 1171 EFI_LOADER_VARIABLE(LoaderEntryOneShot), in remove_loader_variables() 1172 EFI_LOADER_VARIABLE(LoaderSystemToken)){ in remove_loader_variables() 1588 read_efi_var(EFI_LOADER_VARIABLE(LoaderFirmwareType), &fw_type); in verb_status() 1589 read_efi_var(EFI_LOADER_VARIABLE(LoaderFirmwareInfo), &fw_info); in verb_status() 1590 read_efi_var(EFI_LOADER_VARIABLE(LoaderInfo), &loader); in verb_status() 1591 read_efi_var(EFI_LOADER_VARIABLE(StubInfo), &stub); in verb_status() 1592 read_efi_var(EFI_LOADER_VARIABLE(LoaderImageIdentifier), &loader_path); in verb_status() [all …]
|
D | bless-boot-generator.c | 50 if (access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderBootCountPath)), F_OK) < 0) { in main()
|
D | bless-boot.c | 222 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderBootCountPath), &path); in acquire_boot_count_path()
|
/systemd-251/src/basic/ |
D | efivars.h | 38 #define EFI_LOADER_VARIABLE(name) EFI_LOADER_VARIABLE_STR(STRINGIFY(name)) macro
|
/systemd-251/src/login/ |
D | logind-dbus.c | 2876 … r = efi_set_variable(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot), NULL, 0); in method_set_reboot_to_boot_loader_menu() 2881 … r = efi_set_variable_string(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot), buf); in method_set_reboot_to_boot_loader_menu() 3079 r = efi_set_variable(EFI_LOADER_VARIABLE(LoaderEntryOneShot), NULL, 0); in method_set_reboot_to_boot_loader_entry() 3081 r = efi_set_variable_string(EFI_LOADER_VARIABLE(LoaderEntryOneShot), v); in method_set_reboot_to_boot_loader_entry()
|