Searched refs:uuid (Results 76 - 100 of 249) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h78 bool SetUUIDBytes(const uint8_t *uuid, size_t uuid_len);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h58 u8 uuid[kModuleUUIDSize]; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_procmaps_mac.cpp234 internal_memcpy(segment->uuid, layout_data->current_uuid, kModuleUUIDSize);
274 const uint8_t *uuid = &uuid_lc->uuid[0]; local
275 internal_memcpy(uuid_output, uuid, kModuleUUIDSize);
371 segment.uuid, data_.current_instrumented);
/freebsd-12-stable/lib/geom/multipath/
H A Dgeom_multipath.c42 #include <uuid.h>
155 uuid_t uuid; local
207 uuid_create(&uuid, &status);
212 uuid_to_string(&uuid, &ptr, &status);
/freebsd-12-stable/sys/xen/interface/
H A Dtmem.h92 uint64_t uuid[2]; member in struct:tmem_op::__anon17079::__anon17080
/freebsd-12-stable/stand/libsa/
H A Duuid_to_string.c31 * Note: some comments taken from lib/libc/uuid/uuid_to_string.c
37 #include <uuid.h>
H A Dgpt.c91 gptfind(const uuid_t *uuid, struct dsk *dskp, int part) argument
102 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0) {
124 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0)
138 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0)
154 if (bcmp(&ent->ent_type, uuid, sizeof(uuid_t)) != 0)
H A Duuid_from_string.c30 * Note: some comments taken from lib/libc/uuid/uuid_from_string.c
37 #include <uuid.h>
/freebsd-12-stable/sys/dev/efidev/
H A Defirt.c284 efi_get_table(struct uuid *uuid, void **ptr) argument
298 if (!bcmp(&ct->ct_uuid, uuid, sizeof(*uuid))) {
475 efi_var_get(efi_char *name, struct uuid *vendor, uint32_t *attrib,
495 efi_var_nextname(size_t *namesize, efi_char *name, struct uuid *vendor)
512 efi_var_set(efi_char *name, struct uuid *vendor, uint32_t attrib,
/freebsd-12-stable/sys/geom/
H A Dgeom_bsd.c64 #include <sys/uuid.h>
389 static struct uuid freebsd_slice = GPT_ENT_TYPE_FREEBSD;
402 struct uuid uuid; local
449 error = g_getattr("GPT::type", cp, &uuid);
451 if (memcmp(&uuid, &freebsd_slice, sizeof(uuid)) != 0 &&
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp56 ModuleLock(const FileSpec &root_dir_spec, const UUID &uuid, Status &error);
72 FileSpec GetModuleDirectory(const FileSpec &root_dir_spec, const UUID &uuid) { argument
74 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str());
116 // Remove $platform/.cache/$uuid folder if nobody else references it.
152 ModuleLock::ModuleLock(const FileSpec &root_dir_spec, const UUID &uuid, argument
159 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str());
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dprotocol.c463 sret = krb5_storage_write(response, &creds->uuid, sizeof(creds->uuid));
464 if (sret != sizeof(creds->uuid)) {
494 kcmuuid_t uuid; local
509 sret = krb5_storage_read(request, &uuid, sizeof(uuid));
510 if (sret != sizeof(uuid)) {
516 c = kcm_ccache_find_cred_uuid(context, ccache, uuid);
1032 kcmuuid_t uuid; local
1038 sret = krb5_storage_read(request, &uuid, sizeo
1224 kcmuuid_t uuid; member in struct:kcm_ntlm_cred
[all...]
/freebsd-12-stable/usr.bin/mkimg/
H A Dgpt.c180 mkimg_uuid_t uuid; local
192 mkimg_uuid(&uuid);
193 mkimg_uuid_enc(&ent->ent_uuid, &uuid);
224 mkimg_uuid_t uuid; local
260 mkimg_uuid(&uuid);
261 mkimg_uuid_enc(&hdr->hdr_uuid, &uuid);
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_upnp.c181 #include "uuid.h"
246 * Each uuid is 16 bytes long.
254 static int uuid_make(u8 uuid[UUID_LEN]) argument
256 if (os_get_random(uuid, UUID_LEN) < 0)
260 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
261 uuid[8] &= 0x3f; uuid[8] |= 0x80;
588 /* subscription_find -- return existing subscription matching uuid, if any
592 const u8 uuid[UUID_LE
591 subscription_find(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
779 subscription_renew(struct upnp_wps_device_sm *sm, const u8 uuid[UUID_LEN]) argument
[all...]
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-12-stable/contrib/subversion/subversion/svnserve/
H A Dserver.h62 const char *uuid; /* Repository ID */
61 const char *uuid; /* Repository ID */ member in struct:repository_t
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.h21 const char *uuid, const char *pin, int timeout);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Derr.c71 rev, fs->uuid);
/freebsd-12-stable/usr.bin/svn/lib/libapr_util/
H A DMakefile42 uuid.c \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp199 UUID uuid; local
201 uuid.SetFromStringRef(definition.default_cstr_value);
202 m_value_sp = std::make_shared<OptionValueUUID>(uuid);
/freebsd-12-stable/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-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtypes.c84 apr_uuid_t uuid; local
86 apr_uuid_get(&uuid);
87 apr_uuid_format(uuid_str, &uuid);
/freebsd-12-stable/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-12-stable/stand/efi/libefi/
H A Denv.c40 #include <uuid.h>
777 printf("uuid %s could not be parsed\n", optarg);
836 printf("uuid %s could not be parsed\n", optarg);
935 char *uuid, *var, *val; local
943 printf("efi-set uuid var new-value\n");
946 uuid = argv[1];
949 if (efi_name_to_guid(uuid, &guid) == false) {
950 printf("Invalid uuid %s\n", uuid);
964 printf("would set %s %s = %s\n", uuid, va
974 char *uuid, *var; local
[all...]
/freebsd-12-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c40 #include <uuid.h>
149 uint8_t uuid[16]; /* uuid byte array */ member in struct:smbios_table_type1
593 uuid_t uuid; local
596 uuid_from_string(guest_uuid_str, &uuid, &status);
600 uuid_enc_le(&type1->uuid, &uuid);
627 memcpy(&type1->uuid, digest, sizeof (digest));

Completed in 319 milliseconds

12345678910