/openbsd-src/usr.sbin/ldapd/ |
H A D | uuid.h | 40 struct uuid { struct 49 typedef struct uuid afsUUID; argument
|
H A D | uuid.c | 145 uuid_create(afsUUID *uuid) in uuid_create() 216 uuid_to_string(const afsUUID *uuid, char *str, size_t strsz) in uuid_to_string()
|
H A D | modify.c | 127 struct uuid uuid; in ldap_add() local
|
/openbsd-src/sys/sys/ |
H A D | uuid.h | 48 struct uuid { struct 62 int uuid_snprintf(char *, size_t, const struct uuid *); argument
|
/openbsd-src/sys/kern/ |
H A D | kern_uuid.c | 81 uuid_snprintf(char *buf, size_t sz, const struct uuid *uuid) in uuid_snprintf() 94 uuid_printf(const struct uuid *uuid) in uuid_printf() 196 uuid_enc_le(void *buf, const struct uuid *uuid) in uuid_enc_le() 211 uuid_dec_le(const void *buf, struct uuid *uuid) in uuid_dec_le() 226 uuid_enc_be(void *buf, const struct uuid *uuid) in uuid_enc_be() 241 uuid_dec_be(const void *buf, struct uuid *uuid) in uuid_dec_be()
|
/openbsd-src/lib/libc/uuid/ |
H A D | uuid_stream.c | 156 uuid_enc_le(void *buf, const uuid_t *uuid) in uuid_enc_le() 171 uuid_dec_le(const void *buf, uuid_t *uuid) in uuid_dec_le() 186 uuid_enc_be(void *buf, const uuid_t *uuid) in uuid_enc_be() 201 uuid_dec_be(const void *buf, uuid_t *uuid) in uuid_dec_be()
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | LocateSymbolFile.cpp | 56 const lldb_private::UUID *uuid) { in FileAtPathContainsArchAndUUID() 216 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFileDsym() local 241 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile() local 403 void Symbols::DownloadSymbolFileAsync(const UUID &uuid) { in DownloadSymbolFileAsync() 435 const lldb_private::UUID *uuid, in FindSymbolFileInBundle()
|
H A D | LocateSymbolFileMacOSX.cpp | 61 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols() local 293 const lldb_private::UUID *uuid, in FindSymbolFileInBundle()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 25 UUID uuid; member 44 UUID uuid = Info && Info->ID ? Info->ID : Module->ID; in parse() local 111 UUID uuid) in ObjectFileBreakpad()
|
/openbsd-src/sbin/fdisk/ |
H A D | part.c | 772 find_gpt_type(const struct uuid *uuid) in find_gpt_type() 931 PRT_protected_uuid(const struct uuid *uuid) in PRT_protected_uuid() 1098 PRT_uuid_to_desc(const struct uuid *uuid) in PRT_uuid_to_desc() 1120 PRT_uuid_to_menudflt(const struct uuid *uuid) in PRT_uuid_to_menudflt()
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | UuidCompatibility.h | 18 inline __attribute__((always_inline)) int uuid_is_null(uuid_t uuid) { in uuid_is_null()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | OptionValueUUID.h | 21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} in OptionValueUUID()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ |
H A D | Facets2Legacy.pm | 115 sub uuid { subroutine [all...] |
/openbsd-src/regress/lib/libc/uuid/ |
H A D | uuidtest.c | 29 struct uuid uuid, uuid2, uuid_want; in main() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
H A D | HostInfoBase.h | 30 UUID uuid; member
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DataFileCache.cpp | 168 UUID uuid = module->GetUUID(); in CacheSignature() local 184 UUID uuid = objfile->GetUUID(); in CacheSignature() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 64 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 64 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance() local
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ModuleCache.cpp | 73 FileSpec GetModuleDirectory(const FileSpec &root_dir_spec, const UUID &uuid) { in GetModuleDirectory() 153 ModuleLock::ModuleLock(const FileSpec &root_dir_spec, const UUID &uuid, in ModuleLock()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | DynamicLoader.h | 299 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 59 u8 uuid[kModuleUUIDSize]; variable
|
H A D | sanitizer_procmaps_mac.cpp | 196 uuid_t uuid; in GetDyldImageHeaderViaSharedCache() local 340 const uint8_t *uuid = &uuid_lc->uuid[0]; in FindUUID() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 65 uint8_t uuid[__sanitizer::kModuleUUIDSize] = {0xC, 0x0, 0xF, 0xF, 0xE, 0xE}; in TEST() local
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | Property.cpp | 209 UUID uuid; in Property() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTJSONStructs.h | 26 std::optional<std::string> uuid; member
|