Searched refs:EFIVAR_PATH (Results 1 – 8 of 8) sorted by relevance
/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()
|
/systemd-251/src/shared/ |
D | efi-loader.c | 201 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()
|
D | efi-api.c | 116 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()
|
D | bootspec.c | 1027 p = strdup(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderEntries))); in boot_config_augment_from_loader()
|
/systemd-251/src/boot/ |
D | bless-boot-generator.c | 50 if (access(EFIVAR_PATH(EFI_LOADER_VARIABLE(LoaderBootCountPath)), F_OK) < 0) { in main()
|
D | bootctl.c | 1655 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/ |
D | efivars.c | 367 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()
|
D | efivars.h | 41 #define EFIVAR_PATH(variable) "/sys/firmware/efi/efivars/" variable macro
|