| /f-stack/freebsd/kern/ |
| H A D | kern_uuid.c | 131 struct uuid * 158 uuid.seq = htobe16(uuid.seq | 0x8000); in kern_uuidgen() 165 store[n] = *(struct uuid *)&uuid; in kern_uuidgen() 286 printf_uuid(struct uuid *uuid) in printf_uuid() argument 295 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) in sbuf_printf_uuid() argument 321 le_uuid_enc(void *buf, struct uuid const *uuid) in le_uuid_enc() argument 337 le_uuid_dec(void const *buf, struct uuid *uuid) in le_uuid_dec() argument 353 be_uuid_enc(void *buf, struct uuid const *uuid) in be_uuid_enc() argument 369 be_uuid_dec(void const *buf, struct uuid *uuid) in be_uuid_dec() argument 394 bzero(uuid, sizeof(*uuid)); in validate_uuid() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | uuid.h | 46 struct uuid { struct 61 struct uuid *kern_uuidgen(struct uuid *, size_t); argument 67 int printf_uuid(struct uuid *); 77 int parse_uuid(const char *, struct uuid *); 83 int uuidcmp(const struct uuid *, const struct uuid *); 85 void be_uuid_dec(void const *buf, struct uuid *uuid); 86 void be_uuid_enc(void *buf, struct uuid const *uuid); 87 void le_uuid_dec(void const *buf, struct uuid *uuid); 88 void le_uuid_enc(void *buf, struct uuid const *uuid); 93 typedef struct uuid uuid_t; [all …]
|
| H A D | efi.h | 54 struct uuid ct_uuid; 141 efi_status (*rt_getvar)(efi_char *, struct uuid *, uint32_t *, 143 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *) 145 efi_status (*rt_setvar)(efi_char *, struct uuid *, uint32_t, 185 int efi_get_table(struct uuid *uuid, void **ptr); 190 int efi_var_get(uint16_t *name, struct uuid *vendor, uint32_t *attrib, 192 int efi_var_nextname(size_t *namesize, uint16_t *name, struct uuid *vendor); 193 int efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t attrib,
|
| H A D | gpt.h | 36 #define GPT_UUID_TYPE struct uuid
|
| H A D | efiio.h | 39 struct uuid vendor; /* Vendor's UUID for variable */
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_uuid.c | 14 struct uuid { struct 96 struct uuid uuid1, uuid2; in rte_uuid_compare() 115 struct uuid uuid; in rte_uuid_parse() local 138 uuid.time_low = strtoul(in, NULL, 16); in rte_uuid_parse() 151 uuid_pack(&uuid, uu); in rte_uuid_parse() 157 struct uuid uuid; in rte_uuid_unparse() local 159 uuid_unpack(uu, &uuid); in rte_uuid_unparse() 163 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, in rte_uuid_unparse() 164 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF, in rte_uuid_unparse() 165 uuid.node[0], uuid.node[1], uuid.node[2], in rte_uuid_unparse() [all …]
|
| H A D | eal_common_trace_utils.c | 84 rte_uuid_t uuid = RTE_UUID_INIT(sz_total, trace->nb_trace_points, in trace_uuid_generate() local 86 rte_uuid_copy(trace->uuid, uuid); in trace_uuid_generate()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-libuuid.m4 | 5 …ZFS_AC_FIND_SYSTEM_LIBRARY(LIBUUID, [uuid], [uuid/uuid.h], [], [uuid], [uuid_generate uuid_is_null…
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | efi_partition.h | 45 (1 * (sizeof (struct uuid))))) 60 struct uuid efi_gpt_DiskGUID; 285 struct uuid efi_gpe_PartitionTypeGUID; 286 struct uuid efi_gpe_UniquePartitionGUID; 304 struct uuid p_guid; /* partition type GUID */ 308 struct uuid p_uguid; /* unique partition GUID */ 325 struct uuid efi_disk_uguid; /* unique disk GUID */ 349 struct uuid p_type;
|
| H A D | uuid.h | 68 struct uuid { struct
|
| /f-stack/dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_common.c | 82 if ((afu_id0->uuid.uuid_low == afu_id1->uuid.uuid_low) && in ifpga_afu_id_cmp() 83 (afu_id0->uuid.uuid_high == afu_id1->uuid.uuid_high) && in ifpga_afu_id_cmp()
|
| H A D | ifpga_bus.c | 145 afu_pr_conf.afu_id.uuid.uuid_low = 0; in ifpga_scan_one() 146 afu_pr_conf.afu_id.uuid.uuid_high = 0; in ifpga_scan_one() 160 afu_dev->id.uuid.uuid_low = 0; in ifpga_scan_one() 161 afu_dev->id.uuid.uuid_high = 0; in ifpga_scan_one() 180 afu_dev->id.uuid.uuid_low = afu_pr_conf.afu_id.uuid.uuid_low; in ifpga_scan_one() 181 afu_dev->id.uuid.uuid_high = afu_pr_conf.afu_id.uuid.uuid_high; in ifpga_scan_one() 270 if ((id_table->uuid_low != afu_dev->id.uuid.uuid_low) || in rte_afu_match() 272 afu_dev->id.uuid.uuid_high) in rte_afu_match()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_024_pos.ksh | 121 typeset uuid=$(uuidgen | cut -c1-13) 123 zpool_stress $TESTPOOL-$uuid 5 & 127 child_pools="$child_pools $TESTPOOL-$uuid"
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_acpi.c | 55 static const struct uuid acpi_graph_uuid = { 60 static const struct uuid coresight_graph_uuid = { 112 cs_guid_equal(const struct uuid *u1, const struct uuid *u2) in cs_guid_equal() 122 cs_acpi_guid_matches(const union acpi_object *obj, const struct uuid *guid) in cs_acpi_guid_matches() 126 cs_guid_equal((struct uuid *)obj->Buffer.Pointer, guid)) in cs_acpi_guid_matches()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | uuid.h | 68 typedef struct uuid { struct 91 uuid_is_null(const caddr_t uuid) in uuid_is_null() argument
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_ethdev.c | 307 hw->afu_id.uuid.uuid_low = afu_dev->id.uuid.uuid_low; in ipn3ke_hw_init() 308 hw->afu_id.uuid.uuid_high = afu_dev->id.uuid.uuid_high; in ipn3ke_hw_init() 331 if (afu_dev->id.uuid.uuid_low == IPN3KE_UUID_VBNG_LOW && in ipn3ke_hw_init() 332 afu_dev->id.uuid.uuid_high == IPN3KE_UUID_VBNG_HIGH) { in ipn3ke_hw_init() 407 if (afu_dev->id.uuid.uuid_low == IPN3KE_UUID_VBNG_LOW && in ipn3ke_hw_init() 408 afu_dev->id.uuid.uuid_high == IPN3KE_UUID_VBNG_HIGH) { in ipn3ke_hw_init()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_feature_dev.c | 69 int fpga_get_afu_uuid(struct ifpga_port_hw *port, struct uuid *uuid) in fpga_get_afu_uuid() argument 74 if (!uuid) in fpga_get_afu_uuid() 84 opae_memcpy(uuid->b, &guidl, sizeof(u64)); in fpga_get_afu_uuid() 85 opae_memcpy(uuid->b + 8, &guidh, sizeof(u64)); in fpga_get_afu_uuid()
|
| H A D | ifpga_hw.h | 77 struct uuid bitstream_id; 111 struct uuid afu_id; /* provied by User AFU feature */
|
| H A D | opae_hw_api.h | 175 struct uuid *uuid); 189 struct uuid *uuid);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 272 uuid_t uuid; in fmd_case_open() local 284 uuid_generate(uuid); in fmd_case_open() 285 uuid_unparse(uuid, cp->ci_uuid); in fmd_case_open() 332 fmd_case_uuresolved(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uuresolved() argument 334 fmd_hdl_debug(hdl, "case resolved by uuid (%s)", uuid); in fmd_case_uuresolved() 349 zed_log_fault(nvlist_t *nvl, const char *uuid, const char *code) in zed_log_fault() argument 358 if (uuid != NULL) in zed_log_fault() 359 zed_log_msg(LOG_INFO, "\t%s: %s", FM_SUSPECT_UUID, uuid); in zed_log_fault()
|
| /f-stack/freebsd/contrib/libsodium/regen-msvc/ |
| H A D | regen-msvc.py | 6 import uuid 77 uid = uuid.uuid3(uuid.UUID(bytes=b'LibSodiumMSVCUID'), dir)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 451 const char *devname, *type, *uuid; in udev_mpath_whole_disk() local 455 uuid = udev_device_get_property_value(dev, "DM_UUID"); in udev_mpath_whole_disk() 459 (uuid != NULL)) { in udev_mpath_whole_disk()
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 856 struct uuid uuid; in ifpga_rawdev_pr() local 893 memset(&afu_pr_conf->afu_id.uuid.uuid_low, 0, sizeof(u64)); in ifpga_rawdev_pr() 894 memset(&afu_pr_conf->afu_id.uuid.uuid_high, 0, sizeof(u64)); in ifpga_rawdev_pr() 900 ret = opae_acc_get_uuid(acc, &uuid); in ifpga_rawdev_pr() 904 rte_memcpy(&afu_pr_conf->afu_id.uuid.uuid_low, uuid.b, in ifpga_rawdev_pr() 906 rte_memcpy(&afu_pr_conf->afu_id.uuid.uuid_high, uuid.b + 8, in ifpga_rawdev_pr() 911 (unsigned long)afu_pr_conf->afu_id.uuid.uuid_low, in ifpga_rawdev_pr() 912 (unsigned long)afu_pr_conf->afu_id.uuid.uuid_high); in ifpga_rawdev_pr()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_disk_event.c | 170 const char *bus, *uuid; in zed_udev_monitor() local 241 uuid = udev_device_get_property_value(dev, "DM_UUID"); in zed_udev_monitor() 242 if (!is_zfs && (bus == NULL && uuid == NULL)) { in zed_udev_monitor()
|
| /f-stack/freebsd/contrib/openzfs/lib/libefi/ |
| H A D | rdwr_efi.c | 50 struct uuid uuid; member 383 struct uuid uuid; in efi_alloc_and_init() local 437 (void) uuid_generate((uchar_t *)&uuid); in efi_alloc_and_init() 438 UUID_LE_CONVERT(vptr->efi_disk_uguid, uuid); in efi_alloc_and_init() 909 &conversion_array[j].uuid, in efi_read() 910 sizeof (struct uuid)) == 0) { in efi_read() 1459 conversion_array[j].uuid); in efi_write()
|