Home
last modified time | relevance | path

Searched refs:efi_guid_to_str (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/efivarfs/
Dsuper.c146 efi_guid_to_str(&entry->var.VendorGuid, name + len + 1); in efivarfs_callback()
/linux-4.4.14/drivers/firmware/efi/
Defivars.c131 efi_guid_to_str(&var->VendorGuid, str); in efivar_guid_read()
566 efi_guid_to_str(&new_var->var.VendorGuid, in efivar_create_sysfs_entry()
Desrt.c112 efi_guid_to_str(&entry->esre.esre1->fw_class, str); in esre_fw_class_show()
/linux-4.4.14/block/partitions/
Defi.c718 efi_guid_to_str(&ptes[i].unique_partition_guid, info->uuid); in efi_partition()
/linux-4.4.14/include/linux/
Defi.h872 efi_guid_to_str(efi_guid_t *guid, char *out) in efi_guid_to_str() function