Home
last modified time | relevance | path

Searched refs:EFIVAR_PATH (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/core/
Defi-random.c29 EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderRandomSeed)), in lock_down_efi_variables()
30 EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderSystemToken))) { in lock_down_efi_variables()
/systemd-251/src/shared/
Defi-loader.c201 if (stat(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderConfigTimeoutOneShot)), &new_stat) < 0) 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()
Defi-api.c116 if (stat(EFIVAR_PATH(EFI_GLOBAL_VARIABLE(OsIndications)), &new_stat) < 0) { in get_os_indications()
492 dir = opendir(EFIVAR_PATH(".")); in efi_get_boot_options()
Dbootspec.c1027 p = strdup(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderEntries))); in boot_config_augment_from_loader()
/systemd-251/src/boot/
Dbless-boot-generator.c50 if (access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderBootCountPath)), F_OK) < 0) { in main()
Dbootctl.c1655 have = access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderRandomSeed)), F_OK) >= 0; in verb_status()
1657 have = access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderSystemToken)), F_OK) >= 0; in verb_status()
2156 if (access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderInfo)), F_OK) < 0) { in verb_set_efivar()
/systemd-251/src/basic/
Defivars.c367 if (access(EFIVAR_PATH(EFI_SYSTEMD_VARIABLE(SystemdOptions)), F_OK) < 0) in read_efi_options_variable()
426 if (stat(EFIVAR_PATH(EFI_SYSTEMD_VARIABLE(SystemdOptions)), &a) < 0 && errno != ENOENT) in systemd_efi_options_efivarfs_if_newer()
Defivars.h41 #define EFIVAR_PATH(variable) "/sys/firmware/efi/efivars/" variable macro