Searched refs:EFI_GLOBAL_VARIABLE_STR (Results 1 – 2 of 2) sorted by relevance
228 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()
33 #define EFI_GLOBAL_VARIABLE_STR(name) EFI_VENDOR_VARIABLE_STR(EFI_VENDOR_GLOBAL_STR, name) macro37 #define EFI_GLOBAL_VARIABLE(name) EFI_GLOBAL_VARIABLE_STR(STRINGIFY(name))