uuid_equal
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_illumos_boot, NULL))
else if (uuid_equal(&type, &gpt_uuid_illumos_ufs, NULL))
else if (uuid_equal(&type, &gpt_uuid_illumos_zfs, NULL))
else if (uuid_equal(&type, &gpt_uuid_reserved, 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))
if (uuid_equal((uuid_t *)port->guid,
if (uuid_equal((uuid_t *)port->guid,
rv = uuid_equal((uuid_t *)&varguid,
rv = uuid_equal((uuid_t *)guid,
int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);