efi_uuideq
if (efi_uuideq(uuid, &EFI_UUID_ACPI20)) {
} else if (efi_uuideq(uuid, &EFI_UUID_ACPI10)) {
} else if (efi_uuideq(uuid, &EFI_UUID_SMBIOS)) {
} else if (efi_uuideq(uuid, &EFI_UUID_SMBIOS3)) {
if (efi_uuideq(&ct32->ct_uuid, uuid))
if (efi_uuideq(&ct64->ct_uuid, uuid))
if (efi_uuideq(&ct->ct_uuid, uuid))
bool efi_uuideq(const struct uuid *, const struct uuid *);