Searched refs:uuid_equal (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/lib/libc/uuid/
H A Duuid_equal.c27 * $FreeBSD: releng/11.0/lib/libc/uuid/uuid_equal.c 139601 2005-01-03 02:56:15Z marcel $
34 * uuid_equal() - compare for equality.
36 * http://www.opengroup.org/onlinepubs/009629399/uuid_equal.htm
39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) function
H A DMakefile.inc7 SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
16 MLINKS+=uuid.3 uuid_equal.3
/freebsd-11.0-release/include/
H A Duuid.h52 int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);
/freebsd-11.0-release/usr.sbin/bluetooth/btpand/
H A Dsdp.c69 || !uuid_equal(&u1, &u2, NULL))
/freebsd-11.0-release/sys/boot/common/
H A Dpart.c127 if (uuid_equal(&type, &gpt_uuid_efi, NULL))
129 else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL))
131 else if (uuid_equal(&type, &gpt_uuid_freebsd_boot, NULL))
133 else if (uuid_equal(&type, &gpt_uuid_freebsd_ufs, NULL))
135 else if (uuid_equal(&type, &gpt_uuid_freebsd_zfs, NULL))
137 else if (uuid_equal(&type, &gpt_uuid_freebsd_swap, NULL))
139 else if (uuid_equal(&type, &gpt_uuid_freebsd_vinum, NULL))
141 else if (uuid_equal(&type, &gpt_uuid_freebsd_nandfs, NULL))
143 else if (uuid_equal(&type, &gpt_uuid_freebsd, NULL))
221 if (uuid_equal(
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_get.c185 ATF_CHECK(uuid_equal(&value, &u16, NULL));
188 ATF_CHECK(uuid_equal(&value, &u32, NULL));
195 ATF_CHECK(uuid_equal(&value, &u128, NULL));
/freebsd-11.0-release/lib/libstand/
H A DMakefile85 SRCS+= uuid_create_nil.c uuid_equal.c uuid_from_string.c uuid_is_nil.c uuid_to_string.c

Completed in 96 milliseconds