/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);
|
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...] |
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 */
|
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);
|
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;
|
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);
|
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.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...] |
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);
|
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);
|
/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...] |
/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...] |
/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...] |