Searched refs:EQUUID (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/geom/part/
H A Dg_part_bsd64.c168 #define EQUUID(a, b) (memcmp(a, b, sizeof(struct uuid)) == 0) macro
235 if (EQUUID(&tmp, &bsd64_uuid_unused))
238 if (EQUUID(&tmp, uap->uuid)) {
383 if (!EQUUID(&bsd64_uuid_unused, &entry->type_uuid)) {
418 EQUUID(&entry->type_uuid, &bsd64_uuid_dfbsd_swap) ||
419 EQUUID(&entry->type_uuid, &bsd64_uuid_freebsd_swap))
592 if (EQUUID(uap->uuid, &entry->type_uuid))
595 if (EQUUID(uap->uuid, &entry->type_uuid))
598 if (EQUUID(&bsd64_uuid_unused, &entry->type_uuid))
H A Dg_part_gpt.c68 #define EQUUID(a,b) (memcmp(a, b, sizeof(struct uuid)) == 0) macro
337 if (EQUUID(t, uap->uuid))
405 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_efi))
411 if (!EQUUID(&entry->ent.ent_type, &gpt_uuid_apple_hfs))
610 if (!EQUUID(&pri->hdr_uuid, &sec->hdr_uuid))
633 if (EQUUID(&tmp, &gpt_uuid_unused))
803 return ((EQUUID(&entry->ent.ent_type, &gpt_uuid_freebsd_swap) ||
804 EQUUID(&entry->ent.ent_type, &gpt_uuid_linux_swap) ||
805 EQUUID(&entry->ent.ent_type, &gpt_uuid_dfbsd_swap)) ? 1 : 0);
852 c = (EQUUID(
[all...]

Completed in 321 milliseconds