Searched refs:uuid1 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Dcompare.c45 struct uuid uuid1, uuid2; local
47 uuid_unpack(uu1, &uuid1);
50 UUCMP(uuid1.time_low, uuid2.time_low);
51 UUCMP(uuid1.time_mid, uuid2.time_mid);
52 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version);
53 UUCMP(uuid1.clock_seq, uuid2.clock_seq);
54 return memcmp(uuid1.node, uuid2.node, 6);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/support/
H A Duuid.h26 extern int uuid_equal(uuid_t *uuid1, uuid_t *uuid2);
H A Duuid.c60 uuid_equal(uuid_t *uuid1, uuid_t *uuid2) argument
62 return memcmp(uuid1, uuid2, sizeof(uuid_t)) ? 0 : 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c126 static inline bool is_equal_uuid(struct dsp_uuid *uuid1, argument
129 return !memcmp(uuid1, uuid2, sizeof(struct dsp_uuid));

Completed in 115 milliseconds