Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/
Defivars.c50 #define EFIVAR_ATTR(_name, _mode, _show, _store) \ macro
329 static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
330 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
331 static EFIVAR_ATTR(size, 0400, efivar_size_read, NULL);
332 static EFIVAR_ATTR(data, 0400, efivar_data_read, NULL);
333 static EFIVAR_ATTR(raw_var, 0600, efivar_show_raw, efivar_store_raw);