Searched refs:NULL_GUID (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/ |
D | arm-init.c | 62 {NULL_GUID, NULL, NULL}
|
D | efi.c | 487 {NULL_GUID, NULL, NULL}, 497 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
|
D | vars.c | 210 { NULL_GUID, "", NULL },
|
/Linux-v4.19/block/partitions/ |
D | efi.c | 479 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi.c | 65 {NULL_GUID, NULL, NULL},
|
/Linux-v4.19/arch/ia64/kernel/ |
D | efi.c | 52 {NULL_GUID, NULL, 0},
|
/Linux-v4.19/include/linux/ |
D | efi.h | 635 #define NULL_GUID EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… macro
|