uuid_equal
int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);
if (uuid_equal(&type, &gpt_uuid_efi, NULL))
else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd_ufs, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd_zfs, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd_vinum, NULL))
else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL))
else if (uuid_equal(&type, &gpt_uuid_apple_apfs, NULL))
if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
uuid_equal(&hdr.hdr_uuid, &phdr->hdr_uuid, NULL) == 0 ||
if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
rv = uuid_equal((uuid_t *)&varguid,
rv = uuid_equal((uuid_t *)guid,
|| !uuid_equal(&u1, &u2, NULL))