uuid_compare
int32_t uuid_compare(const uuid_t *, const uuid_t *, uint32_t *);
return(uuid_compare(&n1->uuid, &n2->uuid, NULL));
return(uuid_compare(uuid, &node->uuid, NULL));
r = uuid_compare(&cls1->peer_id, &cls2->peer_id, NULL);
r = uuid_compare(&node1->pfs_id, &node2->pfs_id, NULL);
if (uuid_compare(&msg->any.lnk_conn.media_id,
uuid_compare(&slink->node->cls->peer_id,
return uuid_compare(guid1, guid2, &status);
return (uuid_compare((const uuid_t *)g1, (const uuid_t *)g2,
if (uuid_compare(unique_uuid, &uuid, NULL) == 0) {
return(uuid_compare(uuid1, uuid2, NULL));
uuid_compare(&partinfo.fstype_uuid, &h2uuid, NULL) != 0)) {