Searched refs:uuid (Results 176 - 200 of 366) sorted by relevance

1234567891011>>

/linux-master/sound/soc/intel/avs/
H A Davs.h287 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry);
289 int avs_get_module_id(struct avs_dev *adev, const guid_t *uuid);
/linux-master/drivers/thunderbolt/
H A Dlc.c16 * @uuid: UUID is placed here
18 int tb_lc_read_uuid(struct tb_switch *sw, u32 *uuid) argument
22 return tb_sw_read(sw, uuid, TB_CFG_SWITCH, sw->cap_lc + TB_LC_FUSE, 4);
/linux-master/fs/btrfs/
H A Droot-tree.c7 #include <linux/uuid.h>
48 generate_random_guid(item->uuid);
/linux-master/fs/ubifs/
H A Dsb.c20 #include <linux/uuid.h>
214 generate_random_uuid(sup->uuid);
732 memcpy(&c->uuid, &sup->uuid, 16);
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.h11 #include <linux/uuid.h>
/linux-master/include/xen/interface/
H A Dxen.h747 uint64_t uuid[2]; member in struct:tmem_op::__anon470::__anon471
/linux-master/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c77 export_uuid(sess_arg.uuid, &stm32mp_bsec_ta_uuid);
/linux-master/drivers/acpi/acpica/
H A Dacresrc.h145 struct acpi_vendor_uuid *uuid; member in struct:acpi_vendor_walk_info
/linux-master/tools/testing/nvdimm/test/
H A Dnfit_test.h9 #include <linux/uuid.h>
H A Dndtest.c417 u64 uuid[2]; local
433 if (uuid_parse(p->config->dimms[ndimm].uuid_str, (uuid_t *)uuid)) {
442 nd_set->cookie1 = cpu_to_le64(uuid[0]);
443 nd_set->cookie2 = cpu_to_le64(uuid[1]);
/linux-master/fs/erofs/
H A Derofs_fs.h70 __u8 uuid[16]; /* 128-bit uuid for volume */ member in struct:erofs_super_block
/linux-master/fs/ext4/
H A Dcrypto.c4 #include <linux/uuid.h>
H A Dioctl.c23 #include <linux/uuid.h>
1167 __u8 uuid[UUID_SIZE]; local
1184 memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE);
1189 copy_to_user(&ufsuuid->fsu_uuid[0], uuid, UUID_SIZE))
1200 __u8 uuid[UUID_SIZE]; local
1220 if (copy_from_user(uuid, &ufsuuid->fsu_uuid[0], UUID_SIZE))
1227 ret = ext4_update_superblocks_fn(sb, ext4_sb_setuuid, &uuid);
/linux-master/drivers/pnp/pnpacpi/
H A Drsparser.c127 int uuid_len = sizeof(vendor->uuid);
129 u8 *uuid = vendor->uuid; local
132 /* byte_length includes uuid_subtype and uuid */
137 memcmp(uuid, match->data, uuid_len) == 0) {
/linux-master/fs/afs/
H A Dmain.c73 generate_random_uuid((unsigned char *)&net->uuid);
/linux-master/include/uapi/linux/
H A Dfs.h77 __u8 uuid[16]; member in struct:fsuuid2
H A Dvirtio_gpu.h392 __u8 uuid[16]; member in struct:virtio_gpu_resp_resource_uuid
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c795 u64 uuid[MLNX_MFG_VAL_QWORD_CNT(UUID)] = { 0 }; local
802 memcpy(uuid, buf, count);
808 sizeof(u64), uuid[word], 0, 0, 0, 0, &res);
906 static DEVICE_ATTR_RW(uuid);
/linux-master/fs/xfs/
H A Dxfs_linux.h10 #include <linux/uuid.h>
/linux-master/include/linux/
H A Dvfio_pci_core.h16 #include <linux/uuid.h>
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c328 { .uuid = MEI_GUID_PXP, .version = MEI_CL_VERSION_ANY },
/linux-master/fs/bcachefs/
H A Dsysfs.c148 read_attribute(uuid); variable
385 sysfs_printf(internal_uuid, "%pU", c->sb.uuid.b);
902 sysfs_printf(uuid, "%pU\n", ca->uuid.b);
H A Dsuper-io.c379 if (bch2_is_zero(sb->uuid.b, sizeof(sb->uuid))) {
507 c->sb.uuid = src->uuid;
551 dst->uuid = src->uuid;
1289 pr_uuid(out, sb->uuid.b);
/linux-master/tools/include/uapi/linux/
H A Dfs.h77 __u8 uuid[16]; member in struct:fsuuid2
/linux-master/include/trace/events/
H A Dafs.h134 EM(afs_server_trace_get_by_uuid, "GET uuid ") \
1121 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
1123 TP_ARGS(call, uuid),
1128 __field_struct(uuid_t, uuid)
1134 memcpy(&__entry->uuid, uuid, sizeof(__entry->uuid));
1138 __entry->call, __entry->op_id, &__entry->uuid)

Completed in 315 milliseconds

1234567891011>>