HomeSort by: relevance | last modified time | path
    Searched defs:uuid (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 71 const u8 *uuid = modules[i].uuid(); local in function:__sanitizer::TEST
73 EXPECT_NE(memcmp(null_uuid, uuid, kModuleUUIDSize), 0);
  /src/sys/sys/
uuid.h 1 /* $NetBSD: uuid.h,v 1.8 2022/08/20 11:27:09 riastradh Exp $ */
28 * $FreeBSD: /repoman/r/ncvs/src/sys/sys/uuid.h,v 1.3 2003/05/31 16:47:07 phk Exp $
40 /* Length of a printed UUID. */
50 struct uuid { struct
64 int uuid_snprintf(char *, size_t, const struct uuid *);
65 int uuid_printf(const struct uuid *);
66 void uuid_dec_be(const void *, struct uuid *);
67 void uuid_dec_le(const void *, struct uuid *);
68 void uuid_enc_be(void *, const struct uuid *);
69 void uuid_enc_le(void *, const struct uuid *);
    [all...]
efiio.h 37 #include <sys/uuid.h>
53 struct uuid uuid; member in struct:efi_get_table_ioc
61 struct uuid vendor; /* unique identifier for vendor */
  /src/usr.bin/uuidgen/
uuidgen.c 65 #include <uuid.h>
80 uuid_t *store, *uuid; local in function:main
133 uuid = store;
135 if (uuidgen(uuid++, 1) != 0)
140 uuid = store;
142 uuid_to_string(uuid++, &p, NULL);
  /src/sbin/gpt/
uuid.c 36 __RCSID("$NetBSD: uuid.c,v 1.4 2025/02/23 20:47:19 christos Exp $");
60 "uuid",
70 gpt_uuid_t *uuid; member in struct:uuidctx
80 if (ctx->uuid != NULL)
81 memcpy(uuidstore, ctx->uuid, sizeof(uuidstore));
111 find.msg = "UUID changed";
113 /* Get the uuid options */
115 ctx.uuid = NULL;
121 ctx.uuid = &new_uuid;
restore.c 138 gpt_warnx(gpt, "%s: not able to convert to an UUID", s);
143 gpt_warnx(gpt, "%s: not able to convert to an UUID", s);
174 gpt_uuid_t gpt_guid, uuid; local in function:restore
244 gpt_warnx(gpt, "%s: not able to convert to an UUID", s);
258 if (gpt_uuid_parse(s, uuid) != 0) {
259 gpt_warnx(gpt, "%s: not able to convert to an UUID", s);
262 if (gpt_uuid_is_nil(uuid))
show.c 78 gpt_uuid_t uuid; local in function:get_mbr_sig
102 memset(uuid, 0, sizeof(uuid));
103 memcpy(uuid, bp + 440, 4);
104 gpt_uuid_snprintf(b, blen, "%d", uuid);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 59 u8 uuid[kModuleUUIDSize]; member in class:__sanitizer::MemoryMappedSegment
sanitizer_procmaps_mac.cc 230 internal_memcpy(segment->uuid, layout_data.current_uuid, kModuleUUIDSize);
270 const uint8_t *uuid = &uuid_lc->uuid[0]; local in function:__sanitizer::FindUUID
271 internal_memcpy(uuid_output, uuid, kModuleUUIDSize);
367 segment.uuid, data_.current_instrumented);
  /src/usr.bin/sdpquery/
command.c 47 uint16_t uuid; member in struct:alias
154 errx(EXIT_FAILURE, "UUID required");
211 uuid_t uuid; local in function:build_ssp
219 uuid_from_string(*argv, &uuid, &status);
226 "%s: Bad UUID", *argv);
233 umax = aliases[i].uuid;
235 errx(EXIT_FAILURE, "%s: Bad UUID", *argv);
237 uuid = BLUETOOTH_BASE_UUID;
238 uuid.time_low = (uint32_t)umax;
241 sdp_put_uuid(ssp, &uuid);
    [all...]
  /src/sys/dev/
smbios_platform.c 38 #include <sys/uuid.h>
63 "system-uuid",
101 platform_add_uuid(&smbios, "system-uuid", psys->uuid);
283 struct uuid uuid; local in function:platform_add_uuid
286 uuid_dec_le(buf, &uuid);
287 uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid);
smbiosvar.h 38 * specifies the string repersentation of a UUID.
172 uint8_t uuid[16]; member in struct:smbios_sys
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 220 char uuid[UUID_STRING_LEN + 1]; local in function:query_perf_config_data
254 BUILD_BUG_ON(sizeof(user_query_config_ptr->uuid) >= sizeof(uuid));
256 memset(&uuid, 0, sizeof(uuid));
257 if (__copy_from_user(uuid, user_query_config_ptr->uuid,
258 sizeof(user_query_config_ptr->uuid)))
264 if (!strcmp(tmp->uuid, uuid)) {
    [all...]
i915_perf_types.h 18 #include <linux/uuid.h>
45 char uuid[UUID_STRING_LEN + 1]; member in struct:i915_oa_config
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
tmem.h 92 uint64_t uuid[2]; member in struct:tmem_op::__anonec5f1724010a::__anonec5f17240208
  /src/sys/dev/dm/
dm_ioctl.c 182 * Create in-kernel entry for device. Device attributes such as name, uuid are
189 const char *name, *uuid; local in function:dm_dev_create_ioctl
197 uuid = NULL;
201 prop_dictionary_get_string(dm_dict, DM_IOCTL_UUID, &uuid);
206 /* Lookup name and uuid if device already exist quit. */
207 if ((dmv = dm_dev_lookup(name, uuid, -1)) != NULL) {
228 if (uuid)
229 strncpy(dmv->uuid, uuid, DM_UUID_LEN);
231 dmv->uuid[0] = '\0'
322 const char *name, *uuid, *n_name; local in function:dm_dev_rename_ioctl
375 const char *name, *uuid; local in function:dm_dev_remove_ioctl
421 const char *name, *uuid; local in function:dm_dev_status_ioctl
475 const char *name, *uuid; local in function:dm_dev_suspend_ioctl
515 const char *name, *uuid; local in function:dm_dev_resume_ioctl
575 const char *name, *uuid; local in function:dm_table_clear_ioctl
620 const char *name, *uuid; local in function:dm_table_deps_ioctl
720 const char *name, *uuid, *type; local in function:dm_table_load_ioctl
909 const char *name, *uuid; local in function:dm_table_status_ioctl
    [all...]
dm.h 134 char uuid[DM_UUID_LEN]; member in struct:dm_dev
  /src/sbin/efi/
gptsubr.c 49 #include <uuid.h>
206 uuid_t uuid; local in function:show_map
222 memcpy(&uuid, hdr->hdr_guid, sizeof(uuid));
223 uuid_to_string(&uuid, &part_guid, &status);
230 memcpy(&uuid, ent->ent_type, sizeof(uuid));
231 uuid_to_string(&uuid, &type_uuid, &status);
233 memcpy(&uuid, ent->ent_guid, sizeof(uuid));
    [all...]
certs.c 183 uuid_t uuid; member in struct:sigfn0::__anon42518d7d0208
188 uuid_printf(&s->uuid);
198 uuid_t uuid; member in struct:sigfn1::__anon42518d7d0308
202 assert(sizeof(*s) == sizeof(s->uuid) + sz);
204 uuid_printf(&s->uuid);
214 uuid_t uuid; member in struct:sigfn256::__anon42518d7d0408
219 assert(sizeof(*s) == sizeof(s->uuid) + sz);
221 uuid_printf(&s->uuid);
234 uuid_t uuid; member in struct:sigfn384::__anon42518d7d0508
239 assert(sizeof(*s) == sizeof(s->uuid) + sz)
254 uuid_t uuid; member in struct:sigfn512::__anon42518d7d0608
    [all...]
  /src/sys/dev/vmt/
vmt_subr.c 186 /* show uuid */
188 struct uuid uuid; local in function:vmt_common_attach
192 uuid.time_low =
195 uuid.time_mid = u >> 16;
196 uuid.time_hi_and_version = u;
198 uuid.clock_seq_hi_and_reserved = u >> 24;
199 uuid.clock_seq_low = u >> 16;
200 uuid.node[0] = u >> 8;
201 uuid.node[1] = u
    [all...]
  /src/lib/libdm/
libdm_ioctl.c 276 /* Set device uuid */
278 libdm_task_set_uuid(const char *uuid, libdm_task_t libdm_task)
282 DM_IOCTL_UUID, uuid)) == false)
292 char *uuid; local in function:libdm_task_get_uuid
295 DM_IOCTL_UUID, (const char **)&uuid))
298 return uuid;
  /src/sys/stand/efiboot/
efiblock.c 34 #include <sys/uuid.h>
364 struct uuid guid;
382 struct uuid uuid; local in function:efi_block_find_partitions_gpt_entry
385 memcpy(&uuid, ent->ent_type, sizeof(uuid));
smbios.h 35 * specifies the string repersentation of a UUID.
167 uint8_t uuid[16]; member in struct:smbios_sys
  /src/sbin/newfs_ext2fs/
mke2fs.c 122 #include <uuid.h>
191 uuid_t uuid; local in function:mke2fs
411 uuid_create(&uuid, &uustat);
413 errx(EXIT_FAILURE, "Failed to generate uuid");
414 uuid_enc_le(sblock.e2fs.e2fs_uuid, &uuid);
  /src/sys/dev/acpi/
acpi_util.c 1002 ACPI_OBJECT *obj, *uuid, *props, *pobj, *propkey, *propval; local in function:acpi_dsd_property
1013 uuid = &obj->Package.Elements[n];
1014 if (uuid->Buffer.Length == ACPI_UUID_LENGTH &&
1015 memcmp(uuid->Buffer.Pointer, acpi_dsd_uuid, ACPI_UUID_LENGTH) == 0) {
1104 acpi_dsm_typed(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1118 obj[0].Buffer.Pointer = uuid;
1156 acpi_dsm_integer(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1162 status = acpi_dsm_typed(handle, uuid, rev, func, arg3,
1175 acpi_dsm(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1178 return acpi_dsm_typed(handle, uuid, rev, func, arg3, ACPI_TYPE_ANY
    [all...]

Completed in 25 milliseconds

1 2