Home
last modified time | relevance | path

Searched refs:efi_get_variable_string (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Defi-loader.c21 r = efi_get_variable_string(variable, &j); in read_usec()
68 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderDevicePartUUID), &p); in efi_loader_get_device_part_uuid()
156 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderInfo), &info); in efi_loader_get_features()
209 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot), &v); in efi_loader_get_config_timeout_one_shot()
239 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderEntryOneShot), &v); in efi_loader_update_entry_one_shot_cache()
Dbootspec.c850 … 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()
/systemd-251/src/basic/
Defivars.h47 int efi_get_variable_string(const char *variable, char **ret);
65 static inline int efi_get_variable_string(const char *variable, char **ret) { in efi_get_variable_string() function
Defivars.c145 int efi_get_variable_string(const char *variable, char **ret) { in efi_get_variable_string() function
373 r = efi_get_variable_string(EFI_SYSTEMD_VARIABLE(SystemdOptions), ret); in read_efi_options_variable()
/systemd-251/src/boot/
Dbless-boot.c222 r = efi_get_variable_string(EFI_LOADER_VARIABLE(LoaderBootCountPath), &path); in acquire_boot_count_path()
Dbootctl.c1489 r = efi_get_variable_string(variable, ret); in read_efi_var()
/systemd-251/src/partition/
Drepart.c4439 r = efi_get_variable_string(EFI_SYSTEMD_VARIABLE(FactoryReset), &value); in parse_efi_variable_factory_reset()