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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firmware/
H A Defivars.c139 #define EFIVAR_ATTR(_name, _mode, _show, _store) \ macro
390 static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
391 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
392 static EFIVAR_ATTR(size, 0400, efivar_size_read, NULL);
393 static EFIVAR_ATTR(data, 0400, efivar_data_read, NULL);
394 static EFIVAR_ATTR(raw_var, 0600, efivar_show_raw, efivar_store_raw);

Completed in 44 milliseconds