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

/linux-4.4.14/drivers/firmware/efi/
H A Defivars.c106 #define EFIVAR_ATTR(_name, _mode, _show, _store) \ macro
393 static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
394 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
395 static EFIVAR_ATTR(size, 0400, efivar_size_read, NULL);
396 static EFIVAR_ATTR(data, 0400, efivar_data_read, NULL);
397 static EFIVAR_ATTR(raw_var, 0600, efivar_show_raw, efivar_store_raw);

Completed in 51 milliseconds