Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpart.c125 if (uuid_equal(&type, &gpt_uuid_efi, NULL)) in gpt_parttype()
127 else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL)) in gpt_parttype()
129 else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL)) in gpt_parttype()
131 else if (uuid_equal(&type, &gpt_uuid_freebsd_ufs, NULL)) in gpt_parttype()
133 else if (uuid_equal(&type, &gpt_uuid_freebsd_zfs, NULL)) in gpt_parttype()
135 else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL)) in gpt_parttype()
137 else if (uuid_equal(&type, &gpt_uuid_freebsd_vinum, NULL)) in gpt_parttype()
139 else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL)) in gpt_parttype()
141 else if (uuid_equal(&type, &gpt_uuid_apple_apfs, NULL)) in gpt_parttype()
219 if (uuid_equal(&ent->ent_type, &gpt_uuid_unused, NULL)) in gpt_checktbl()
[all …]
/freebsd/lib/libc/uuid/
H A DMakefile.inc5 SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
14 MLINKS+=uuid.3 uuid_equal.3
H A DSymbol.map6 uuid_equal;
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) in uuid_equal() function
/freebsd/include/
H A Duuid.h52 int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c185 ATF_CHECK(uuid_equal(&value, &u16, NULL)); in ATF_TC_BODY()
188 ATF_CHECK(uuid_equal(&value, &u32, NULL)); in ATF_TC_BODY()
195 ATF_CHECK(uuid_equal(&value, &u128, NULL)); in ATF_TC_BODY()
/freebsd/usr.sbin/bluetooth/btpand/
H A Dsdp.c70 || !uuid_equal(&u1, &u2, NULL)) in _sdp_match_uuid16()
/freebsd/stand/efi/libefi/
H A Denv.c410 rv = uuid_equal((uuid_t *)guid, in efi_guid_to_name()
1003 rv = uuid_equal((uuid_t *)&varguid, in command_efi_show()
/freebsd/stand/libsa/
H A DMakefile84 SRCS+= uuid_create_nil.c uuid_equal.c uuid_from_string.c uuid_is_nil.c uuid_to_string.c