Searched refs:NULL_GUID (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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.12.1/fs/efivarfs/ |
D | vars.c | 185 { NULL_GUID, "", NULL },
|
/linux-6.12.1/block/partitions/ |
D | efi.c | 463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
|
/linux-6.12.1/include/linux/ |
D | efi.h | 361 #define NULL_GUID EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… macro
|
/linux-6.12.1/drivers/firmware/efi/ |
D | efi.c | 631 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
|