Lines Matching refs:VendorGuid
35 efi_guid_t VendorGuid; member
73 efi_guid_to_str(&var->VendorGuid, str); in efivar_guid_read()
164 efi_guidcmp(vendor, var->VendorGuid)) { in sanity_check()
189 dst->VendorGuid = src->VendorGuid; in copy_out_compat()
220 vendor = compat->VendorGuid; in efivar_store_raw()
237 vendor = new_var->VendorGuid; in efivar_store_raw()
283 compat->VendorGuid = var->VendorGuid; in efivar_show_raw()
398 efivar_validate(new_var->VendorGuid, name, data, in efivar_create()
452 vendor = compat->VendorGuid; in efivar_delete()
458 vendor = del_var->VendorGuid; in efivar_delete()
515 efi_guid_to_str(&new_var->var.VendorGuid, in efivar_create_sysfs_entry()
602 memcpy(&(entry->var.VendorGuid), &vendor, sizeof(efi_guid_t)); in efivars_sysfs_callback()