Lines Matching defs:EQUUID
68 #define EQUUID(a,b) (memcmp(a, b, sizeof(struct uuid)) == 0)
340 if (EQUUID(t, uap->uuid))
408 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_efi))
414 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_apple_hfs))
613 if (!EQUUID(&pri->hdr_uuid, &sec->hdr_uuid))
636 if (EQUUID(&tmp, &gpt_uuid_unused))
806 return ((EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd_swap) ||
807 EQUUID(&entry->ent.ent_type, &gpt_uuid_linux_swap) ||
808 EQUUID(&entry->ent.ent_type, &gpt_uuid_dfbsd_swap)) ? 1 : 0);
855 c = (EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd)) ? 's' : 'p';
1067 if (EQUUID(&tbl[index].ent_type, &gpt_uuid_unused))
1204 if (EQUUID(type, uap->uuid))