Searched refs:uuid_equal (Results 1 – 9 of 9) sorted by relevance
| /freebsd/stand/common/ |
| H A D | part.c | 125 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 D | Makefile.inc | 5 SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \ 14 MLINKS+=uuid.3 uuid_equal.3
|
| H A D | Symbol.map | 6 uuid_equal;
|
| H A D | uuid_equal.c | 39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) in uuid_equal() function
|
| /freebsd/include/ |
| H A D | uuid.h | 52 int32_t uuid_equal(const uuid_t *, const uuid_t *, uint32_t *);
|
| /freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
| H A D | t_sdp_get.c | 185 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 D | sdp.c | 70 || !uuid_equal(&u1, &u2, NULL)) in _sdp_match_uuid16()
|
| /freebsd/stand/efi/libefi/ |
| H A D | env.c | 410 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 D | Makefile | 84 SRCS+= uuid_create_nil.c uuid_equal.c uuid_from_string.c uuid_is_nil.c uuid_to_string.c
|