Searched refs:uuid (Results 226 - 250 of 371) sorted by relevance

1234567891011>>

/linux-master/net/ncsi/
H A Dncsi-pkt.h337 unsigned char uuid[16]; /* UUID */ member in struct:ncsi_rsp_gpuuid_pkt
H A Dinternal.h247 unsigned char uuid[16]; /* UUID */ member in struct:ncsi_package
H A Dncsi-rsp.c1066 memcpy(np->uuid, rsp->uuid, sizeof(rsp->uuid));
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1312 uuid_tplg = &skl_module->uuid;
1325 if (guid_equal(uuid_mod, &module->uuid)) {
1333 if (guid_equal(&pin_id->mod_uuid, &module->uuid))
1339 if (guid_equal(&pin_id->mod_uuid, &module->uuid))
H A Dskl-topology.h376 guid_t uuid; member in struct:skl_module
/linux-master/fs/jfs/
H A Djfs_mount.c385 uuid_copy(&sbi->uuid, &j_sb->s_uuid);
/linux-master/net/bluetooth/
H A Dhci_debugfs.c176 struct bt_uuid *uuid; local
179 list_for_each_entry(uuid, &hdev->uuids, list) {
187 val[i] = uuid->uuid[15 - i];
/linux-master/drivers/thunderbolt/
H A Dtb.h15 #include <linux/uuid.h>
123 * @uuid: UUID of the switch (or %NULL if not supported)
177 uuid_t *uuid; member in struct:tb_switch
839 struct tb_switch *tb_switch_find_by_uuid(struct tb *tb, const uuid_t *uuid);
1186 int tb_lc_read_uuid(struct tb_switch *sw, u32 *uuid);
/linux-master/drivers/fpga/
H A Ddfl.h28 #include <linux/uuid.h>
/linux-master/tools/testing/cxl/test/
H A Dmem.c121 .uuid = DEFINE_CXL_CEL_UUID,
536 uuid_t uuid = DEFINE_CXL_CEL_UUID; local
545 if (!uuid_equal(&gl->uuid, &uuid))
/linux-master/drivers/misc/mei/
H A Dmain.c464 * @uuid: client UUID
473 static int mei_vt_support_check(struct mei_device *dev, const uuid_le *uuid) argument
481 me_cl = mei_me_cl_by_uuid(dev, uuid);
484 uuid);
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c642 if (memchr_inv(&req->ns->uuid, 0, sizeof(req->ns->uuid))) {
645 &req->ns->uuid, &off);
/linux-master/drivers/md/dm-vdo/
H A Dencodings.h12 #include <linux/uuid.h>
97 /* The uuid of this volume */
98 uuid_t uuid; member in struct:volume_geometry
113 /* The uuid of this volume */
114 uuid_t uuid; member in struct:volume_geometry_4_0
/linux-master/drivers/md/
H A Ddm-clone-metadata.c43 __u8 uuid[UUID_LEN]; member in struct:superblock_disk
304 memset(sb->uuid, 0, sizeof(sb->uuid));
H A Ddm-era-target.c172 __u8 uuid[UUID_LEN]; member in struct:superblock_disk
510 /* FIXME: can't keep blanking the uuid (uuid is currently unused though) */
511 memset(disk->uuid, 0, sizeof(disk->uuid));
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h78 #include <linux/uuid.h>
760 * @uuid - used for generating various magic numbers and identifying
774 __uuid_t uuid; member in struct:bch_sb
1128 memcpy(&ret, &sb->uuid, sizeof(ret));
/linux-master/drivers/nvdimm/
H A Dbtt.c986 export_uuid(super->uuid, nd_btt->uuid);
1553 * @uuid: A uuid for the backing device - this is stored on media
1566 u32 lbasize, uuid_t *uuid,
1655 if (!nd_btt->uuid || !nd_btt->ndns || !nd_btt->lbasize) {
1685 btt = btt_init(nd_btt, rawsize, nd_btt->lbasize, nd_btt->uuid,
1565 btt_init(struct nd_btt *nd_btt, unsigned long long rawsize, u32 lbasize, uuid_t *uuid, struct nd_region *nd_region) argument
/linux-master/drivers/cxl/core/
H A Dregion.c9 #include <linux/uuid.h>
149 rc = sysfs_emit(buf, "%pUb\n", &p->uuid);
159 uuid_t *uuid = data; local
168 if (uuid_equal(&p->uuid, uuid)) {
169 dev_dbg(match, "already has uuid: %pUb\n", uuid);
198 if (uuid_equal(&p->uuid, &temp))
209 uuid_copy(&p->uuid, &temp);
217 static DEVICE_ATTR_RW(uuid);
[all...]
/linux-master/fs/afs/
H A Dinternal.h20 #include <linux/uuid.h>
291 struct afs_uuid uuid; member in struct:afs_net
554 uuid_t uuid; /* Server ID */ member in union:afs_server::__anon1928
/linux-master/fs/overlayfs/
H A Dcopy_up.c408 uuid_t *uuid = &real->d_sb->s_uuid; local
448 fh->fb.uuid = *uuid;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1368 uuid_t uuid; local
1422 uuid_parse(uuid_str, &uuid);
1427 * uuid string so that we can compare this with the label
1432 * for a uuid string 72511b67-0b3b-42fd-8d1d-5be3cae8bcaa
1436 export_uuid(uuid_raw, &uuid);
/linux-master/block/partitions/
H A Defi.c745 efi_guid_to_str(&ptes[i].unique_partition_guid, info->uuid);
/linux-master/include/acpi/
H A Dacrestyp.h211 u8 uuid[ACPI_UUID_LENGTH]; member in struct:acpi_resource_vendor_typed
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h264 u8 uuid[16]; /* UUID */ member in struct:wifidirect_info
/linux-master/drivers/platform/surface/
H A Dsurface3_power.c42 #include <linux/uuid.h>

Completed in 722 milliseconds

1234567891011>>