Searched refs:uuid (Results 101 - 125 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h94 std::string uuid; member in struct:lldb_private::ObjectFileJSON::Header
114 UUID uuid, Type type, std::vector<JSONSymbol> symbols,
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i69 the_uuid = uuid.UUID(key)
73 if module.uuid == the_uuid:
77 elif type(key) is uuid.UUID:
80 if module.uuid == key:
179 module = property(get_modules_access_object, None, doc=r'''A read only property that returns an object that implements python operator overloading with the square brackets().\n target.module[<int>] allows array access to any modules.\n target.module[<str>] allows access to modules by basename, full path, or uuid string value.\n target.module[uuid.UUID()] allows module access by UUID.\n target.module[re] allows module access using a regular expression that matches the module full path.''')
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h80 void SetUUID(const lldb_private::UUID uuid) { m_uuid = uuid; } argument
/freebsd-current/contrib/wpa/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c585 * 6. /dev/disk/by-uuid/5df030cf-3cd9-46e4-8e99-3ccb462a4e9a -> ../dev/sda2
586 * dev_name: /dev/disk/by-uuid/5df030cf-3cd9-46e4-8e99-3ccb462a4e9a
629 const char *devname, *type, *uuid, *label; local
633 uuid = udev_device_get_property_value(dev, "DM_UUID");
638 ((uuid != NULL) && (strncmp(uuid, "mpath-", 6) == 0)) &&
/freebsd-current/stand/libsa/
H A Duuid_from_string.c27 * Note: some comments taken from lib/libc/uuid/uuid_from_string.c
34 #include <uuid.h>
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h8 #include <linux/uuid.h>
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h78 bool SetUUIDBytes(const uint8_t *uuid, size_t uuid_len);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h59 u8 uuid[kModuleUUIDSize]; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_common.cpp165 ModuleArch arch, u8 uuid[kModuleUUIDSize],
169 internal_memcpy(uuid_, uuid, sizeof(uuid_));
174 void LoadedModule::setUuid(const char *uuid, uptr size) { argument
177 internal_memcpy(uuid_, uuid, size);
164 set(const char *module_name, uptr base_address, ModuleArch arch, u8 uuid[kModuleUUIDSize], bool instrumented) argument
/freebsd-current/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh36 uuid="........-....-....-....-............"
93 file "$src/gpt.2part.show.uuid" gpt show -u "$disk"
97 echo "^$disk: Partition $1 added: $uuid $2 $3\$"
194 file "$src/gpt.backup" sed -e "s/$uuid/$zero/g" "test.backup"
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkcm.c564 kcmuuid_t uuid; local
567 sret = krb5_storage_read(response, &uuid, sizeof(uuid));
571 } else if (sret != sizeof(uuid)) {
586 memcpy(&c->uuids[c->length], &uuid, sizeof(uuid));
808 kcmuuid_t uuid; local
811 sret = krb5_storage_read(response, &uuid, sizeof(uuid));
815 } else if (sret != sizeof(uuid)) {
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp39 if (module.uuid)
40 json_module["uuid"] = *module.uuid;
49 o.map("uuid", module.uuid);
H A DTraceIntelPTJSONStructs.h26 std::optional<std::string> uuid; member in struct:lldb_private::trace_intel_pt::JSONModule
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp140 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { argument
141 LLDB_INSTRUMENT_VA(this, uuid, uuid_len)
142 m_opaque_up->GetUUID() = UUID(uuid, uuid_len);
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp209 UUID uuid; local
211 uuid.SetFromStringRef(definition.default_cstr_value);
212 m_value_sp = std::make_shared<OptionValueUUID>(uuid);
/freebsd-current/stand/efi/libefi/
H A Denv.c37 #include <uuid.h>
774 printf("uuid %s could not be parsed\n", optarg);
833 printf("uuid %s could not be parsed\n", optarg);
932 char *uuid, *var, *val; local
940 printf("efi-set uuid var new-value\n");
943 uuid = argv[1];
946 if (efi_name_to_guid(uuid, &guid) == false) {
947 printf("Invalid uuid %s\n", uuid);
961 printf("would set %s %s = %s\n", uuid, va
971 char *uuid, *var; local
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c37 #include <uuid.h>
157 uint8_t uuid[16]; /* uuid byte array */ member in struct:smbios_table_type1
665 guest_uuid_str = get_config_value("uuid");
667 uuid_t uuid; local
670 uuid_from_string(guest_uuid_str, &uuid, &status);
676 uuid_enc_le(&type1->uuid, &uuid);
705 memcpy(&type1->uuid, digest, sizeof (digest));
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_upnp_web.c15 #include "uuid.h"
226 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
228 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
231 wpabuf_put_str(buf, "<UDN>uuid:");
974 * SID: uuid:xxxxxxxxx
996 u8 uuid[UUID_LEN]; local
1087 match = "uuid:";
1096 if (uuid_str2bin(h, uuid)) {
1115 s = subscription_renew(sm, uuid);
1118 uuid_bin2str(uuid, st
1215 u8 uuid[UUID_LEN]; local
[all...]
/freebsd-current/contrib/file/src/
H A Dreadcdf.c356 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { argument
359 (uuid[0] >> 32) & (uint64_t)0x000000000ffffffffULL,
360 (uuid[0] >> 16) & (uint64_t)0x0000000000000ffffULL,
361 (uuid[0] >> 0) & (uint64_t)0x0000000000000ffffULL,
362 (uuid[1] >> 48) & (uint64_t)0x0000000000000ffffULL,
363 (uuid[1] >> 0) & (uint64_t)0x0000fffffffffffffULL);
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c189 const char *bus, *uuid, *devpath; local
292 uuid = udev_device_get_property_value(dev, "DM_UUID");
294 if (!is_zfs && (bus == NULL && uuid == NULL &&
/freebsd-current/sys/dev/xen/efi/
H A Dpvefi.c125 var_get(efi_char *name, struct uuid *vendor, uint32_t *attrib,
154 var_nextname(size_t *namesize, efi_char *name, struct uuid *vendor)
180 var_set(efi_char *name, struct uuid *vendor, uint32_t attrib,
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dprofile.c49 profile_get_descriptor(uint16_t uuid) argument
82 if (profiles[i]->uuid == uuid)
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c242 * uuid value 3
245 * uuid value 3
253 int32_t type, len, uuid, psm; local
327 SDP_GET16(uuid, ptr);
328 if (uuid != SDP_UUID_PROTOCOL_L2CAP)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h99 lldb::offset_t length, ArchSpec arch, UUID uuid);

Completed in 201 milliseconds

12345678910