Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd-src/usr.sbin/ldapd/
H A Duuid.h40 struct uuid { struct
49 typedef struct uuid afsUUID; argument
H A Duuid.c145 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 Dmodify.c127 struct uuid uuid; in ldap_add() local
/openbsd-src/sys/sys/
H A Duuid.h48 struct uuid { struct
62 int uuid_snprintf(char *, size_t, const struct uuid *); argument
/openbsd-src/sys/kern/
H A Dkern_uuid.c81 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 Duuid_stream.c156 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 DLocateSymbolFile.cpp56 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 DLocateSymbolFileMacOSX.cpp61 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 DObjectFileBreakpad.cpp25 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 Dpart.c772 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 DUuidCompatibility.h18 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 DOptionValueUUID.h21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} in OptionValueUUID()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm115 sub uuid { subroutine
[all...]
/openbsd-src/regress/lib/libc/uuid/
H A Duuidtest.c29 struct uuid uuid, uuid2, uuid_want; in main() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h30 UUID uuid; member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp168 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 DSymbolVendorELF.cpp64 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp64 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp73 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 DDynamicLoader.h299 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, in GetSharedCacheInformation()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h59 u8 uuid[kModuleUUIDSize]; variable
H A Dsanitizer_procmaps_mac.cpp196 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 Drawprofile.cpp65 uint8_t uuid[__sanitizer::kModuleUUIDSize] = {0xC, 0x0, 0xF, 0xF, 0xE, 0xE}; in TEST() local
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp209 UUID uuid; in Property() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h26 std::optional<std::string> uuid; member

1234