Searched refs:uuid (Results 151 - 175 of 242) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h35 u8 uuid[kModuleUUIDSize]; member in struct:__sanitizer::AddressInfo
H A Dsanitizer_stacktrace_printer.cpp158 buffer->AppendF("%02x", info.uuid[i]);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp51 EmplaceSafeString(module, "uuid", uuid);
224 module_stat.uuid = module->GetUUID().GetAsString();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h265 /// Parses the elf section headers and returns the uuid, debug link name,
270 lldb_private::UUID &uuid,
390 lldb_private::UUID &uuid);
/freebsd-current/lib/libsdp/
H A Dutil.c271 sdp_uuid2desc(uint16_t uuid) argument
276 if (uuid == a->attr)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h34 ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID(),
36 : m_file(file_spec), m_uuid(uuid), m_object_offset(0), m_data(data) {
196 strm.PutCString("uuid = ");
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h522 /// \param[out] uuid
523 /// If the uuid of the binary is specified, this will be set.
531 /// Returns true if either address or uuid has been set.
533 bool &value_is_offset, UUID &uuid,
537 uuid.Clear();
532 GetCorefileMainBinaryInfo(lldb::addr_t &value, bool &value_is_offset, UUID &uuid, ObjectFile::BinaryType &type) argument
/freebsd-current/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c85 #include <uuid/uuid.h>
/freebsd-current/sys/net/
H A Dif_ethersubr.c55 #include <sys/uuid.h>
1494 char uuid[HOSTUUIDLEN + 1]; local
1500 getcredhostuuid(curthread->td_ucred, uuid, sizeof(uuid));
1501 if (strncmp(uuid, DEFAULT_HOSTUUID, sizeof(uuid)) == 0) {
1509 sz = asprintf(&buf, M_TEMP, "%s-%s-%s", uuid, nameunit,
/freebsd-current/sys/compat/linprocfs/
H A Dlinprocfs.c76 #include <sys/uuid.h>
1976 * Filler function for proc/sys/kernel/random/uuid
1981 struct uuid uuid; local
1983 kern_uuidgen(&uuid, 1);
1984 sbuf_printf_uuid(sb, &uuid);
1996 static struct uuid uuid; local
1999 kern_uuidgen(&uuid, 1);
2002 sbuf_printf_uuid(sb, &uuid);
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp565 ModuleSP ModuleList::FindModule(const UUID &uuid) const {
568 if (uuid.IsValid()) {
573 if ((*pos)->GetUUID() == uuid) {
775 lldb::ModuleSP ModuleList::FindSharedModule(const UUID &uuid) { argument
776 return GetSharedModuleList().FindModule(uuid);
/freebsd-current/contrib/wpa/hostapd/
H A Dmain.c17 #include "utils/uuid.h"
598 u8 uuid[UUID_LEN]; local
604 uuid_gen_mac_addr(addr, uuid);
605 if (uuid_bin2str(uuid, buf, sizeof(buf)) < 0)
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c238 "/dev/disk/by-partuuid", /* Generated partition uuid */
240 "/dev/disk/by-uuid", /* Single unique entry and persistent */
399 * For multipath nodes use the persistent uuid based identifier
401 * Example: /dev/disk/by-id/dm-uuid-mpath-35000c5006304de3f
405 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid);
504 * For all other devices fallback to using the by-uuid name.
509 if (strncmp(physpath, "/dev/disk/by-uuid", 17) == 0) {
529 const char *devname, *type, *uuid; local
533 uuid = udev_device_get_property_value(dev, "DM_UUID");
537 (uuid !
[all...]
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_attr_build.c127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
134 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_upnp_event.c16 #include "uuid.h"
160 wpabuf_put_str(buf, "SID: uuid:");
162 uuid_bin2str(e->s->uuid, b, 80);
/freebsd-current/sys/dev/nvdimm/
H A Dnvdimm.c46 #include <sys/uuid.h>
58 static struct uuid intel_nvdimm_dsm_uuid =
H A Dnvdimm_nfit.c31 #include <sys/uuid.h>
/freebsd-current/stand/libsa/
H A DMakefile79 # uuid functions from libc
80 .PATH: ${LIBCSRC}/uuid
199 SAFE_INCS=a.out.h assert.h elf.h inttypes.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am70 %D%/spl/sys/uuid.h \
/freebsd-current/stand/libsa/geli/
H A Dgelidev.c30 #include <uuid.h>
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h388 uint8_t uuid[16]; member in struct:virtio_gpu_resp_resource_uuid
/freebsd-current/sys/dev/efidev/
H A Defidev.c59 error = efi_copy_table(&egtioc->uuid, egtioc->buf ? &buf : NULL,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp75 memcpy(Entry.BuildId, Module.uuid(), Module.uuid_size());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h96 const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp239 auto uuid = mod->GetUUID().GetBytes(); local
260 // Setting up LocationDescriptor for uuid string. The global offset into
264 sizeof(llvm::support::ulittle32_t) + uuid.size());
269 helper_data.AppendData(uuid.begin(), uuid.size());

Completed in 177 milliseconds

12345678910