Searched refs:NULL_GUID (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/virt/coco/efi_secret/
H A Defi_secret.c75 * @guid: Secret-specific GUID (or NULL_GUID if this secret entry was deleted)
130 e->guid = NULL_GUID;
273 /* Skip deleted entries (which will have NULL_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)) ||
/linux-master/fs/efivarfs/
H A Dvars.c185 { NULL_GUID, "", NULL },
/linux-master/drivers/firmware/efi/
H A Defi.c631 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) {
/linux-master/include/linux/
H A Defi.h361 #define NULL_GUID EFI_GUID(0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00) macro

Completed in 308 milliseconds