Searched refs:EFI_VARIABLE_MASK (Results 1 – 6 of 6) sorted by relevance
32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
392 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro
236 *attributes = attr & EFI_VARIABLE_MASK; in efi_get_variable()
122 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in
103 +#define EFI_VARIABLE_MASK \
933 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro