Home
last modified time | relevance | path

Searched refs:uuid_equal (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dpart.c145 if (uuid_equal(&type, &gpt_uuid_efi, NULL)) in gpt_parttype()
149 else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL)) in gpt_parttype()
151 else if (uuid_equal(&type, &gpt_uuid_freebsd_ufs, NULL)) in gpt_parttype()
153 else if (uuid_equal(&type, &gpt_uuid_freebsd_zfs, NULL)) in gpt_parttype()
155 else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL)) in gpt_parttype()
159 else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL)) in gpt_parttype()
163 else if (uuid_equal(&type, &gpt_uuid_illumos_ufs, NULL)) in gpt_parttype()
165 else if (uuid_equal(&type, &gpt_uuid_illumos_zfs, NULL)) in gpt_parttype()
167 else if (uuid_equal(&type, &gpt_uuid_reserved, NULL)) in gpt_parttype()
169 else if (uuid_equal(&type, &gpt_uuid_apple_apfs, NULL)) in gpt_parttype()
[all …]
/illumos-gate/usr/src/boot/libsa/uuid/
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) in uuid_equal() function
/illumos-gate/usr/src/boot/include/
H A Duuid.h52 int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc73 SRCS += $(SASRC)/uuid/uuid_equal.c
79 OBJECTS += uuid_create_nil.o uuid_equal.o uuid_from_string.o uuid_is_nil.o \
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c708 rv = uuid_equal((uuid_t *)guid, in efi_guid_to_name()
1297 rv = uuid_equal((uuid_t *)&varguid, in command_efi_show()