Home
last modified time | relevance | path

Searched refs:NULL_GUID (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Darm-init.c62 {NULL_GUID, NULL, NULL}
Defi.c487 {NULL_GUID, NULL, NULL},
497 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
Dvars.c210 { NULL_GUID, "", NULL },
/Linux-v4.19/block/partitions/
Defi.c479 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
/Linux-v4.19/arch/x86/platform/efi/
Defi.c65 {NULL_GUID, NULL, NULL},
/Linux-v4.19/arch/ia64/kernel/
Defi.c52 {NULL_GUID, NULL, 0},
/Linux-v4.19/include/linux/
Defi.h635 #define NULL_GUID EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… macro