Lines Matching defs:vendor
159 efi_guid_t vendor;
173 * Note that it's sorted by {vendor,name}, but globbed names must come after
237 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data,
256 if (efi_guidcmp(vendor, variable_validate[i].vendor))
273 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name,
284 if (efi_guidcmp(variable_validate[i].vendor, vendor))
333 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor,
347 *vendor)) {
657 efi_guid_t vendor = entry->var.VendorGuid;
667 if (head && efivar_entry_find(name, vendor, head, false)) {
674 status = ops->set_variable(name, &vendor,
694 efivar_entry_set_nonblocking(efi_char16_t *name, efi_guid_t vendor,
716 status = ops->set_variable_nonblocking(name, &vendor, attributes,
726 * @vendor: variable vendor guid
740 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes,
765 return efivar_entry_set_nonblocking(name, vendor, attributes,
784 status = ops->set_variable(name, &vendor, attributes, size, data);
795 * @guid: the EFI variable vendor's guid
800 * name @name and vendor guid @guid. If an entry is found on the list
958 efi_guid_t *vendor = &entry->var.VendorGuid;
964 if (efivar_validate(*vendor, name, data, *size) == false)
998 status = ops->set_variable(name, vendor, attributes, *size, data);