Symbol: uuid_equal
usr/src/boot/common/part.c
145
if (uuid_equal(&type, &gpt_uuid_efi, NULL))
usr/src/boot/common/part.c
147
else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL))
usr/src/boot/common/part.c
149
else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL))
usr/src/boot/common/part.c
151
else if (uuid_equal(&type, &gpt_uuid_freebsd_ufs, NULL))
usr/src/boot/common/part.c
153
else if (uuid_equal(&type, &gpt_uuid_freebsd_zfs, NULL))
usr/src/boot/common/part.c
155
else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL))
usr/src/boot/common/part.c
157
else if (uuid_equal(&type, &gpt_uuid_freebsd_vinum, NULL))
usr/src/boot/common/part.c
159
else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL))
usr/src/boot/common/part.c
161
else if (uuid_equal(&type, &gpt_uuid_illumos_boot, NULL))
usr/src/boot/common/part.c
163
else if (uuid_equal(&type, &gpt_uuid_illumos_ufs, NULL))
usr/src/boot/common/part.c
165
else if (uuid_equal(&type, &gpt_uuid_illumos_zfs, NULL))
usr/src/boot/common/part.c
167
else if (uuid_equal(&type, &gpt_uuid_reserved, NULL))
usr/src/boot/common/part.c
169
else if (uuid_equal(&type, &gpt_uuid_apple_apfs, NULL))
usr/src/boot/common/part.c
247
if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
usr/src/boot/common/part.c
310
uuid_equal(&hdr.hdr_uuid, &phdr->hdr_uuid, NULL) == 0 ||
usr/src/boot/common/part.c
352
if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL))
usr/src/boot/efi/libefi/efiisaio.c
535
if (uuid_equal((uuid_t *)port->guid,
usr/src/boot/efi/libefi/efiisaio.c
558
if (uuid_equal((uuid_t *)port->guid,
usr/src/boot/efi/libefi/env.c
1298
rv = uuid_equal((uuid_t *)&varguid,
usr/src/boot/efi/libefi/env.c
709
rv = uuid_equal((uuid_t *)guid,
usr/src/boot/include/uuid.h
52
int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);