Searched defs:uuid (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp20 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { argument
/freebsd-current/lib/libc/uuid/
H A Duuid_stream.c55 uuid_enc_le(void *buf, const uuid_t *uuid) argument
70 uuid_dec_le(const void *buf, uuid_t *uuid) argument
85 uuid_enc_be(void *buf, const uuid_t *uuid) argument
100 uuid_dec_be(const void *buf, uuid_t *uuid) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} argument
/freebsd-current/usr.bin/mkimg/
H A Duuid.c41 osdep_uuidgen(mkimg_uuid_t *uuid) argument
52 osdep_uuidgen(mkimg_uuid_t *uuid) argument
64 osdep_uuidgen(mkimg_uuid_t *uuid) argument
94 mkimg_uuid(mkimg_uuid_t *uuid) argument
110 mkimg_uuid_enc(void *buf, const mkimg_uuid_t *uuid) argument
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Duuid.c65 int is_nil_uuid(const u8 *uuid) argument
75 int uuid_random(u8 *uuid) argument
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h68 typedef struct uuid { struct
91 uuid_is_null(const caddr_t uuid) argument
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Duuid.h68 struct uuid { struct
/freebsd-current/lib/libsdp/
H A Dservice.c48 sdp_register_service(void *xss, uint16_t uuid, bdaddr_p const bdaddr, argument
H A Dutil.c271 sdp_uuid2desc(uint16_t uuid) argument
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dsdp.c61 _sdp_match_uuid16(uint8_t **ptr, uint8_t *limit, uint16_t uuid) argument
85 _sdp_get_uuid(uint8_t **ptr, uint8_t *limit, uuid_t *uuid) argument
[all...]
/freebsd-current/sys/sys/
H A Duuid.h44 struct uuid { struct
[all...]
H A Defiio.h36 struct uuid uuid; /* UUID to look up */ member in struct:efi_get_table_ioc
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.h28 u8 uuid[kModuleUUIDSize]; // BuildId member in struct:__sanitizer::RenderedModule
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dsrr.c62 int32_t uuid; local
H A Dssr.c64 uint128_t uuid, puuid; local
[all...]
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c223 uuid_t uuid; local
/freebsd-current/bin/uuidgen/
H A Duuidgen.c107 uuid_t *store, *uuid; local
[all...]
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c30 u8 uuid[WPS_UUID_LEN]; local
/freebsd-current/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py6 import uuid namespace
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h26 std::optional<std::string> uuid; member in struct:lldb_private::trace_intel_pt::JSONModule
/freebsd-current/lib/geom/multipath/
H A Dgeom_multipath.c153 uuid_t uuid; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h31 UUID uuid; member in struct:lldb_private::SharedCacheImageInfo
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp50 const char uuid[MEMPROF_BUILDID_MAX_SIZE] = {0xC, 0x0, 0xF, 0xF, 0xE, 0xE}; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h94 std::string uuid; member in struct:lldb_private::ObjectFileJSON::Header
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h314 virtual bool GetSharedCacheInformation(lldb::addr_t &base_address, UUID &uuid, argument

Completed in 503 milliseconds

12345