Lines Matching refs:VendorGuid
93 efi_guid_t VendorGuid; member
131 efi_guid_to_str(&var->VendorGuid, str); in efivar_guid_read()
213 efi_guidcmp(vendor, var->VendorGuid)) { in sanity_check()
246 dst->VendorGuid = src->VendorGuid; in copy_out_compat()
274 vendor = compat->VendorGuid; in efivar_store_raw()
291 vendor = new_var->VendorGuid; in efivar_store_raw()
335 compat->VendorGuid = var->VendorGuid; in efivar_show_raw()
450 efivar_validate(new_var->VendorGuid, name, data, in efivar_create()
504 vendor = compat->VendorGuid; in efivar_delete()
510 vendor = del_var->VendorGuid; in efivar_delete()
566 efi_guid_to_str(&new_var->var.VendorGuid, in efivar_create_sysfs_entry()
647 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivar_update_sysfs_entry()
684 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivars_sysfs_callback()