Searched refs:uuid (Results 176 - 200 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp424 LLDB_LOG(log, "Partial uuid match for {0}.", name);
474 const auto uuid = m_minidump_parser->GetModuleUUID(module); local
476 ModuleSpec module_spec(file_spec, uuid);
484 LLDB_LOG(log, "Full uuid match for {0}.", name);
494 module_sp = GetOrCreateModule(uuid, name, partial_module_spec);
497 module_sp = GetOrCreateModule(uuid, name, partial_module_spec);
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c21 #include "uuid.h"
133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
184 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
188 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
189 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
194 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
200 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
271 * One pair for rootdevice, one pair for uuid, and a pair each for
391 * One pair for rootdevice, one pair for uuid, and a pair each for
444 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid
[all...]
/freebsd-current/lib/libsdp/
H A Dsdp.h542 char const * sdp_uuid2desc (uint16_t uuid);
562 * u_int16_t uuid; service class UUID (network byte order)
564 * profile data[pdu->len - sizeof(uuid) - sizeof(bdaddr)]
704 int32_t sdp_register_service (void *xss, uint16_t uuid,
/freebsd-current/sys/contrib/openzfs/include/
H A DMakefile.am100 sys/uuid.h \
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp454 bool OptionValue::SetUUIDValue(const UUID &uuid) { argument
457 option_value->SetCurrentValue(uuid);
522 return "uuid";
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dconfig.h693 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
695 u8 uuid[16]; member in struct:wpa_config
H A Dconfig_winreg.c33 #include "uuid.h"
168 str = wpa_config_read_reg_string(hk, TEXT("uuid"));
172 if (uuid_str2bin(str, config->uuid))
589 if (!is_nil_uuid(config->uuid)) {
591 uuid_bin2str(config->uuid, buf, sizeof(buf));
592 wpa_config_write_reg_string(hk, "uuid", buf);
H A Dap.c14 #include "utils/uuid.h"
749 if (is_nil_uuid(wpa_s->conf->uuid))
750 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
752 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
H A Dnmake.mak168 LIBS = wbemuuid.lib libcmt.lib kernel32.lib uuid.lib ole32.lib oleaut32.lib \
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm_e820.c39 #include <sys/uuid.h>
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h386 bool SetUUIDValue(const UUID &uuid);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h834 u8 uuid[kModuleUUIDSize], bool instrumented);
835 void setUuid(const char *uuid, uptr size);
845 const u8 *uuid() const { return uuid_; } function in class:__sanitizer::LoadedModule
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp617 lldb_private::UUID &uuid = spec.GetUUID(); local
619 GetSectionHeaderInfo(section_headers, data, header, uuid,
632 if (!uuid.IsValid()) {
659 uuid = UUID(&data, sizeof(data));
665 uuid = UUID(data, sizeof(data));
1061 lldb_private::UUID &uuid) {
1168 // Only bother processing this if we don't already have the uuid set.
1169 if (!uuid.IsValid()) {
1176 uuid = UUID(buf, note.n_descsz);
1371 lldb_private::UUID &uuid,
1059 RefineModuleDetailsFromNote(lldb_private::DataExtractor &data, lldb_private::ArchSpec &arch_spec, lldb_private::UUID &uuid) argument
1368 GetSectionHeaderInfo(SectionHeaderColl &section_headers, DataExtractor &object_data, const elf::ELFHeader &header, lldb_private::UUID &uuid, std::string &gnu_debuglink_file, uint32_t &gnu_debuglink_crc, ArchSpec &arch_spec) argument
3423 UUID uuid; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp102 uuid_t uuid;
119 llvm::copy(fromHex(uuid_str), data.uuid);
127 // match the native uuid format of these platforms.
129 : sizeof(data.uuid));
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp355 void Module::SetUUID(const lldb_private::UUID &uuid) { argument
358 m_uuid = uuid;
1513 const UUID &uuid = module_ref.GetUUID(); local
1515 if (uuid.IsValid()) {
1517 return (uuid == GetUUID());
/freebsd-current/sys/dev/acpica/
H A Dacpi.c53 #include <sys/uuid.h>
304 static const struct uuid acpi_dsd_uuid = {
2918 acpi_DSMQuery(ACPI_HANDLE h, const uint8_t *uuid, int revision) argument
2933 if (!ACPI_SUCCESS(acpi_EvaluateDSM(h, uuid, revision, 0, NULL, &buf))) {
2971 acpi_EvaluateDSM(ACPI_HANDLE handle, const uint8_t *uuid, int revision, argument
2974 return (acpi_EvaluateDSMTyped(handle, uuid, revision, function,
2979 acpi_EvaluateDSMTyped(ACPI_HANDLE handle, const uint8_t *uuid, int revision, argument
2993 arg[0].Buffer.Pointer = __DECONST(uint8_t *, uuid);
3021 acpi_EvaluateOSC(ACPI_HANDLE handle, uint8_t *uuid, int revision, int count, argument
3033 arg[0].Buffer.Pointer = uuid;
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clport.c667 * Use the mount point's unique id plus either the uuid or, if that
671 nfscl_fillclid(u_int64_t clval, char *uuid, u_int8_t *cp, u_int16_t idlen) argument
685 * If uuid is non-zero length, use it.
687 uuidlen = strlen(uuid);
689 NFSBCOPY(uuid, cp, uuidlen);
695 * This only normally happens if the uuid isn't set.
/freebsd-current/usr.sbin/fstyp/
H A Dhammer_disk.h43 #include <sys/uuid.h>
1006 hammer_uuid_t shared_uuid; /* shared uuid (match required) */
1007 hammer_uuid_t unique_uuid; /* unique uuid of this master/slave */
H A Dhammer2_disk.h40 #include <sys/uuid.h>
559 uuid_t pfs_clid; /* 20-2F copy target must match this uuid */
1022 uuid_t pfs_clid; /* 0090 (if PFSROOT) cluster uuid */
1023 uuid_t pfs_fsid; /* 00A0 (if PFSROOT) unique uuid */
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1069 void SetUUID(const lldb_private::UUID &uuid);
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp198 << std::hex << static_cast<int>(UUIDLC.uuid[I]);
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dnode.c43 #include <uuid.h>
/freebsd-current/sys/kern/
H A Dkern_jail.c66 #include <sys/uuid.h>
984 char *domain, *errmsg, *host, *name, *namelc, *p, *path, *uuid; local
1217 error = vfs_getopt(opts, "host.hostuuid", (void **)&uuid, &len);
1219 uuid = NULL;
1225 if (len == 0 || uuid[len - 1] != '\0') {
1964 } else if (host != NULL || domain != NULL || uuid != NULL || gothid) {
1971 if (uuid != NULL)
1972 strlcpy(pr->pr_hostuuid, uuid, sizeof(pr->pr_hostuuid));
1987 if (uuid != NULL)
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p.h543 u8 uuid[16]; member in struct:p2p_config
1197 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid);
/freebsd-current/sys/arm64/arm64/
H A Dmachdep.c678 struct uuid efi_memreserve = LINUX_EFI_MEMRESERVE_TABLE;
707 if (memcmp(&cfgtbl->ct_uuid, &efi_memreserve, sizeof(struct uuid)) != 0)

Completed in 366 milliseconds

12345678910