Searched defs:uuid_t (Results 1 – 3 of 3) sorted by relevance
55 struct uuid_t{ struct60 explicit uuid_t(const uint8_t (&uuid)[16]) { memcpy(b, uuid, sizeof(b));} in uuid_t() function61 uuid_t() : b{0} {} in uuid_t() argument
20 } uuid_t; typedef
61 static inline handle_t accept(handle_t, uuid_t*) { in accept() argument