Searched refs:efi_guidcmp (Results 1 - 11 of 11) sorted by relevance

/linux-master/security/integrity/platform_certs/
H A Dkeyring_handler.c52 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0)
63 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) {
75 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0)
83 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0)
95 if (efi_guidcmp(*sig_type, efi_cert_x509_sha256_guid) == 0)
97 if (efi_guidcmp(*sig_type, efi_cert_sha256_guid) == 0)
99 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0)
/linux-master/drivers/virt/coco/efi_secret/
H A Defi_secret.c225 if (efi_guidcmp(h->guid, EFI_SECRET_TABLE_HEADER_GUID)) {
274 if (efi_guidcmp(e->guid, NULL_GUID)) {
/linux-master/block/partitions/
H A Defi.c463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) ||
516 if (efi_guidcmp(pgpt->disk_guid, agpt->disk_guid)) {
741 if (!efi_guidcmp(ptes[i].partition_type_guid, PARTITION_LINUX_RAID_GUID))
/linux-master/fs/efivarfs/
H A Dvars.c248 if (efi_guidcmp(vendor, variable_validate[i].vendor))
275 if (efi_guidcmp(variable_validate[i].vendor, vendor))
304 !efi_guidcmp(entry->var.VendorGuid,
/linux-master/arch/x86/boot/compressed/
H A Defi.h108 static inline int efi_guidcmp (efi_guid_t left, efi_guid_t right) function
H A Defi.c231 if (!efi_guidcmp(guid, vendor_tbl_guid))
/linux-master/drivers/firmware/efi/
H A Defi-pstore.c187 if (efi_guidcmp(guid, LINUX_EFI_CRASH_GUID))
H A Defi.c631 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) {
632 if (efi_guidcmp(*guid, table_types[i].guid))
/linux-master/arch/x86/platform/efi/
H A Dquirks.c562 if (!efi_guidcmp(guid, SMBIOS_TABLE_GUID))
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c499 if (efi_guidcmp(t->guid, guid) == 0)
/linux-master/include/linux/
H A Defi.h703 efi_guidcmp (efi_guid_t left, efi_guid_t right) function

Completed in 680 milliseconds