Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
A Defivars.c48 #define EFIVAR_ATTR(_name, _mode, _show, _store) \ macro
341 static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
342 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
343 static EFIVAR_ATTR(size, 0400, efivar_size_read, NULL);
344 static EFIVAR_ATTR(data, 0400, efivar_data_read, NULL);
345 static EFIVAR_ATTR(raw_var, 0600, efivar_show_raw, efivar_store_raw);

Completed in 4 milliseconds