| /src/external/gpl2/lvm2/dist/include/ |
| uuid.h | 1 /* $NetBSD: uuid.h,v 1.1.1.1 2008/12/22 00:18:43 haad Exp $ */ 25 int8_t uuid[ID_LEN]; member in struct:id 30 * With format1 this is VG uuid + LV uuid + '\0' + padding 41 void uuid_from_num(char *uuid, uint32_t num); 50 * of the uuid. 55 * Reads a formatted uuid.
|
| dm-log-userspace.h | 59 * The UUID contained in the dm_ulog_request structure is the reference that 78 * The UUID contained in the dm_ulog_request structure is all that is 97 * The UUID contained in the dm_ulog_request structure is all that is 116 * The UUID contained in the dm_ulog_request structure is all that is 135 * The UUID contained in the dm_ulog_request structure is all that is 378 * identifier (uuid) are used to tie a request to a specific 380 * just the 'luid', but a cluster-aware log must use the 'uuid' and 381 * the 'luid'. The uuid is what is required for node to node 384 * same 'uuid'. (Think "live" and "inactive" device-mapper tables.) 387 char uuid[DM_UUID_LEN] member in struct:dm_ulog_request [all...] |
| /src/external/gpl2/lvm2/dist/lib/uuid/ |
| uuid.h | 1 /* $NetBSD: uuid.h,v 1.1.1.1 2008/12/22 00:18:00 haad Exp $ */ 25 int8_t uuid[ID_LEN]; member in struct:id 30 * With format1 this is VG uuid + LV uuid + '\0' + padding 41 void uuid_from_num(char *uuid, uint32_t num); 50 * of the uuid. 55 * Reads a formatted uuid.
|
| /src/external/gpl2/lvm2/dist/tools/ |
| pvcreate.c | 23 * These args are: --restorefile, --uuid, and --physicalvolumesize 32 const char *uuid = NULL; local 37 log_error("--uuid is required with --restorefile"); 42 log_error("Can only set uuid on one volume at once"); 47 uuid = arg_str_value(cmd, uuidstr_ARG, ""); 48 if (!id_read_format(&pp->id, uuid)) 55 /* The uuid won't already exist */ 62 log_error("Can't find uuid %s in backup file %s", 63 uuid, pp->restorefile);
|
| /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 | 141 gpt_warnx(gpt, "%s: not able to convert to an UUID", s); 146 gpt_warnx(gpt, "%s: not able to convert to an UUID", s); 177 gpt_uuid_t gpt_guid, uuid; local 247 gpt_warnx(gpt, "%s: not able to convert to an UUID", s); 261 if (gpt_uuid_parse(s, uuid) != 0) { 262 gpt_warnx(gpt, "%s: not able to convert to an UUID", s); 265 if (gpt_uuid_is_nil(uuid))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_procmaps_test.cc | 71 const u8 *uuid = modules[i].uuid(); local 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 133 uuid = store; 135 if (uuidgen(uuid++, 1) != 0) 140 uuid = store; 142 uuid_to_string(uuid++, &p, NULL);
|
| /src/external/mit/libuv/dist/src/unix/ |
| random-sysctl-linux.c | 46 char uuid[16]; local 59 args.oldval = uuid; 61 n = sizeof(uuid); 80 if (n != sizeof(uuid)) 83 /* uuid[] is now a type 4 UUID. Bytes 6 and 8 (counting from zero) contain 87 uuid[6] = uuid[14]; 88 uuid[8] = uuid[15] [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tsp_ps.c | 63 ps_get_registered_keys(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO **keys) 71 result = psfile_get_registered_keys(fd, uuid, tcs_uuid, size, keys); 79 ps_get_registered_keys2(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO2 **keys) 87 /* Sets the proper TSS_KM_KEYINFO2 fields according to the UUID type */ 88 result = psfile_get_registered_keys2(fd, uuid, tcs_uuid, size, keys); 96 ps_is_key_registered(TSS_UUID *uuid, TSS_BOOL *answer) 104 result = psfile_is_key_registered(fd, uuid, answer); 112 ps_write_key(TSS_UUID *uuid, TSS_UUID *parent_uuid, UINT32 parent_ps, UINT32 blob_size, BYTE *blob) 126 result = psfile_write_key(fd, uuid, parent_uuid, parent_ps, blob, short_blob_size); 134 ps_remove_key(TSS_UUID *uuid) 154 TSS_UUID uuid; local [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_er_ssdp.c | 12 #include "uuid.h" 30 u8 uuid[WPS_UUID_LEN]; local 57 os_memset(uuid, 0, sizeof(uuid)); 89 pos2 = os_strstr(start, "uuid:"); 94 if (uuid_str2bin(pos2, uuid) < 0) { 96 "Invalid UUID in USN: %s", 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_procmaps.h | 59 u8 uuid[kModuleUUIDSize]; member in class:__sanitizer::MemoryMappedSegment
|
| /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 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/crypto/external/cpl/trousers/dist/src/include/ |
| obj_rsakey.h | 26 TSS_UUID uuid; member in struct:tr_rsakey_obj
|
| tcs_tsp.h | 57 TSS_UUID uuid; member in struct:key_disk_cache
|
| tcs_utils.h | 28 TSS_UUID uuid; member in struct:key_mem_cache 55 #define TSS_UUID_IS_OWNEREVICT(uuid) \ 56 ((!uuid->ulTimeLow) && (!uuid->usTimeMid) && (!uuid->usTimeHigh) && \ 57 (!uuid->bClockSeqHigh) && (!uuid->bClockSeqLow) && (!uuid->rgbNode[0]) && \ 58 (!uuid->rgbNode[1]) && (!uuid->rgbNode[2]) && (!uuid->rgbNode[3]) && [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_key_ps.c | 71 TSS_UUID *uuid; local 79 if ((rc = psfile_get_uuid_by_pub(fd, pub, &uuid))) { 86 if ((isUUIDRegistered(uuid, &is_reg))) 89 free(uuid); 94 getParentUUIDByUUID(TSS_UUID *uuid, TSS_UUID *ret_uuid) 103 !memcmp(&disk_tmp->uuid, uuid, sizeof(TSS_UUID))) { 115 isUUIDRegistered(TSS_UUID *uuid, TSS_BOOL *is_reg) 124 !memcmp(&disk_tmp->uuid, uuid, sizeof(TSS_UUID))) [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| duid.c | 63 duid_machineuuid(char *uuid, size_t uuid_len) 71 r = sysctl(mib, sizeof(mib)/sizeof(mib[0]), uuid, &len, NULL, 0); 75 r = sysctl(mib, sizeof(mib)/sizeof(mib[0]), uuid, &len, NULL, 0); 77 r = sysctlbyname("machdep.dmi.system-uuid", uuid, &len, NULL, 0); 84 if (fgets(uuid, (int)uuid_len, fp) == NULL) { 88 len = strlen(uuid) + 1; 92 UNUSED(uuid); 106 char uuid[UUID_LEN + 1]; local 109 if (duid_machineuuid(uuid, sizeof(uuid)) != sizeof(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 286 uuid_dec_le(buf, &uuid); 287 uuid_snprintf(tmpbuf, sizeof(tmpbuf), &uuid);
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_ps.c | 103 TSS_UUID uuid; local 114 if (getData(TCSD_PACKET_TYPE_UUID, 1, &uuid, 0, &data->comm)) 117 result = TCS_UnregisterKey_Internal(hContext, uuid); 129 TSS_UUID uuid; local 142 if (getData(TCSD_PACKET_TYPE_UUID, 1, &uuid, 0, &data->comm)) 145 result = TCS_GetRegisteredKeyBlob_Internal(hContext, &uuid, &pcKeySize, 170 TSS_UUID uuid; local 183 if (getData(TCSD_PACKET_TYPE_UUID, 1, &uuid, 0, &data->comm)) 194 result = key_mgr_load_by_uuid(hContext, &uuid, pInfo, &phKeyTCSI); 224 TSS_UUID uuid, *pUuid local 280 TSS_UUID uuid, *pUuid; local [all...] |
| /src/external/apache2/llvm/dist/clang/utils/VtableTest/ |
| gen.cc | 28 int uuid = 0; variable 176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid); 248 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid); 283 g(" else mix(\"no dyncast\", "); g(++uuid); gl(");"); 292 g(" mix(\"no fields\", "); g(++uuid); gl(");"); 300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| LockFileManager.cpp | 45 #include <uuid/uuid.h> 87 // On OS X, use the more stable hardware UUID instead of hostname. 89 uuid_t uuid; local 90 if (gethostuuid(uuid, &wait) != 0) 94 uuid_unparse(uuid, UUIDStr);
|
| /src/external/bsd/tmux/dist/compat/ |
| systemd.c | 113 sd_id128_t uuid; local 157 r = sd_id128_randomize(&uuid); 159 xasprintf(cause, "failed to generate uuid: %s", strerror(-r)); 163 SD_ID128_FORMAT_VAL(uuid));
|