| /src/lib/libbluetooth/ | 
| sdp_match.c | 55 	    || !uuid_equal(&u1, &u2, NULL)) 
 | 
| sdp_put.c | 83 	if (uuid_equal(&u, &BLUETOOTH_BASE_UUID, NULL) == 0) 
 | 
| /src/lib/libc/uuid/ | 
| uuid_equal.c | 1 /*	$NetBSD: uuid_equal.c,v 1.2 2008/04/23 07:52:32 plunky Exp $	*/ 29  * $FreeBSD: src/lib/libc/uuid/uuid_equal.c,v 1.2 2003/08/08 19:18:43 marcel Exp $
 34 __RCSID("$NetBSD: uuid_equal.c,v 1.2 2008/04/23 07:52:32 plunky Exp $");
 43  * uuid_equal() - compare for equality.
 45  *	http://www.opengroup.org/onlinepubs/009629399/uuid_equal.htm
 48 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status)  function in typeref:typename:int32_t
 
 | 
| /src/include/ | 
| uuid.h | 48 int32_t	uuid_equal(const uuid_t *, const uuid_t *, uint32_t *); 
 | 
| /src/usr.sbin/sdpd/ | 
| db.c | 238 			if (uuid_equal(&u, uuid, NULL)) 248 			if (uuid_equal(&u, uuid, NULL))
 257 			if (uuid_equal(&u, uuid, NULL))
 
 | 
| /src/usr.sbin/fstyp/ | 
| hammer.c | 74 		if (!uuid_equal(&ondisk->vol_fsid, &fsid, NULL)) 76 		if (!uuid_equal(&ondisk->vol_fstype, &fstype, NULL))
 
 | 
| hammer2.c | 123 			if (!uuid_equal(&fsid, &voldata->fsid, NULL)) { 127 			if (!uuid_equal(&fstype, &voldata->fstype, NULL)) {
 
 | 
| /src/tests/lib/libbluetooth/ | 
| t_sdp_get.c | 185 	ATF_CHECK(uuid_equal(&value, &u16, NULL)); 188 	ATF_CHECK(uuid_equal(&value, &u32, NULL));
 195 	ATF_CHECK(uuid_equal(&value, &u128, NULL));
 
 | 
| /src/usr.bin/sdpquery/ | 
| print.c | 590 	if (!uuid_equal(&u, &BLUETOOTH_BASE_UUID, NULL)) { 976 			if (uuid_equal(&uuid, &BLUETOOTH_BASE_UUID, NULL))
 996 	if (uuid_equal(&u0, &BLUETOOTH_BASE_UUID, NULL)) {
 
 |