Home
last modified time | relevance | path

Searched refs:EFI_GLOBAL_VARIABLE_STR (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Defi-api.c228 char variable[STRLEN(EFI_GLOBAL_VARIABLE_STR("Boot")) + 4 + 1]; in efi_get_boot_option()
240 xsprintf(variable, EFI_GLOBAL_VARIABLE_STR("Boot%04X"), id); in efi_get_boot_option()
363 char variable[STRLEN(EFI_GLOBAL_VARIABLE_STR("Boot")) + 4 + 1]; in efi_add_boot_option()
415 xsprintf(variable, EFI_GLOBAL_VARIABLE_STR("Boot%04X"), id); in efi_add_boot_option()
420 char variable[STRLEN(EFI_GLOBAL_VARIABLE_STR("Boot")) + 4 + 1]; in efi_remove_boot_option()
425 xsprintf(variable, EFI_GLOBAL_VARIABLE_STR("Boot%04X"), id); in efi_remove_boot_option()
505 …if (strcmp(de->d_name + 8, EFI_GLOBAL_VARIABLE_STR("")) != 0) /* generate variable suffix using m… in efi_get_boot_options()
/systemd-251/src/basic/
Defivars.h33 #define EFI_GLOBAL_VARIABLE_STR(name) EFI_VENDOR_VARIABLE_STR(EFI_VENDOR_GLOBAL_STR, name) macro
37 #define EFI_GLOBAL_VARIABLE(name) EFI_GLOBAL_VARIABLE_STR(STRINGIFY(name))