Searched refs:uuid_be (Results 1 – 5 of 5) sorted by relevance
31 static inline int uuid_be_cmp(const uuid_be u1, const uuid_be u2) in uuid_be_cmp()33 return memcmp(&u1, &u2, sizeof(uuid_be)); in uuid_be_cmp()37 extern void uuid_be_gen(uuid_be *u);
33 } uuid_be; typedef43 ((uuid_be) \
41 void uuid_be_gen(uuid_be *bu) in uuid_be_gen()
123 uuid_be uuid;
229 if (!memcmp(&info->vm[i].uuid, &NULL_UUID_BE, sizeof(uuid_be))) in print_uuid()