Home
last modified time | relevance | path

Searched defs:uuid_t (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAppleUuidCompatibility.h15 typedef unsigned char uuid_t[16]; typedef
/freebsd-src/sys/sys/
H A Duuid.h91 typedef struct uuid uuid_t; typedef
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h75 } uuid_t; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h283 using uuid_t = uint8_t[16]; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp101 using uuid_t = uint8_t[16]; in parseModuleId() typedef