Searched refs:NULL_GUID (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/virt/coco/efi_secret/ |
D | efi_secret.c | 130 e->guid = NULL_GUID; in efi_secret_unlink() 274 if (efi_guidcmp(e->guid, NULL_GUID)) { in efi_secret_securityfs_setup()
|
/linux-6.6.21/fs/efivarfs/ |
D | vars.c | 185 { NULL_GUID, "", NULL },
|
/linux-6.6.21/block/partitions/ |
D | efi.c | 463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
|
/linux-6.6.21/drivers/firmware/efi/ |
D | efi.c | 610 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
|
/linux-6.6.21/include/linux/ |
D | efi.h | 360 #define NULL_GUID EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… macro
|