efi_guid_to_str (3) Linux Manual Page
NAME efi_variables_supported, efi_del_variable, efi_get_variable, efi_get_variable_attributes, efi_get_variable_size, efi_set_variable – manipulate UEFI variables SYNOPSIS #include <efivar.h> int efi_variables_supported(void); int efi_del_variable(efi_guid_t guid, const char *name); int efi_get_variable(efi_guid_t guid, const char *name, void **data, ssize_t *data_size, uint32_t *attributes); int efi_get_variable_attributes(efi_guid_t guid, const char *name, uint32_t *attributes); int efi_get_variable_size(efi_guid_t guid, const char *name, size_t *size); int efi_append_variable(efi_guid_t guid, const char…
