Searched refs:v_uuid2 (Results 1 – 1 of 1) sorted by relevance
5797 syncuuid_cmp( const void* v_uuid1, const void* v_uuid2 ) in syncuuid_cmp() argument5800 return ( memcmp( v_uuid1, v_uuid2, UUIDLEN-2 )); in syncuuid_cmp()5802 return ( memcmp( v_uuid1, v_uuid2, UUIDLEN )); in syncuuid_cmp()