Searched refs:uuid (Results 26 - 50 of 366) sorted by relevance

1234567891011>>

/linux-master/fs/btrfs/
H A Dioctl.h22 int __pure btrfs_is_empty_uuid(u8 *uuid);
/linux-master/drivers/hwtracing/stm/
H A Dp_sys-t.c11 #include <linux/uuid.h>
79 uuid_t uuid; member in struct:sys_t_policy_node
95 uuid_gen(&pn->uuid);
123 return sprintf(page, "%pU\n", &pn->uuid);
135 ret = uuid_parse(page, &pn->uuid);
141 CONFIGFS_ATTR(sys_t_policy_, uuid);
295 u8 uuid[UUID_SIZE]; local
326 export_uuid(uuid, &op->node.uuid);
327 sz = stm_data_write(data, m, c, false, uuid, sizeo
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-utils.c10 #include <linux/uuid.h>
53 u8 uuid[16]; member in struct:adsp_module_entry
166 * @uuid_mod: module's uuid
178 if (guid_equal(uuid_mod, &module->uuid)) {
197 * @uuid_mod: module's uuid
208 if (guid_equal(uuid_mod, &module->uuid)) {
293 import_guid(&module->uuid, mod_entry->uuid);
309 "Adding uuid :%pUL mod id: %d Loadable: %d\n",
310 &module->uuid, modul
322 struct uuid_module *uuid, *_uuid; local
[all...]
/linux-master/drivers/virtio/
H A Dvirtio_dma_buf.c68 * virtio_dma_buf_get_uuid - gets a virtio dma-buf's exported object's uuid
70 * @uuid: [out] the uuid
75 uuid_t *uuid)
84 return ops->get_uuid(dma_buf, uuid);
74 virtio_dma_buf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid) argument
/linux-master/include/sound/sof/
H A Dext_manifest4.h19 #include <linux/uuid.h>
96 guid_t uuid; member in struct:sof_man4_module
/linux-master/include/linux/
H A Dmdev.h14 #include <linux/uuid.h>
20 guid_t uuid; member in struct:mdev_device
H A Dras.h6 #include <linux/uuid.h>
/linux-master/drivers/nvdimm/
H A Dnd.h257 uuid_t *uuid)
260 import_uuid(uuid, nd_label->cxl.uuid);
262 import_uuid(uuid, nd_label->efi.uuid);
263 return uuid;
268 const uuid_t *uuid)
271 export_uuid(nd_label->cxl.uuid, uuid);
273 export_uuid(nd_label->efi.uuid, uui
255 nsl_get_uuid(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, uuid_t *uuid) argument
266 nsl_set_uuid(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, const uuid_t *uuid) argument
277 nsl_uuid_equal(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, const uuid_t *uuid) argument
454 uuid_t *uuid; member in struct:nd_btt
469 uuid_t *uuid; member in struct:nd_pfn
[all...]
H A Dnamespace_devs.c32 kfree(nspm->uuid);
46 uuid2 = nspm->uuid;
50 uuid2 = nd_btt->uuid;
54 uuid2 = nd_pfn->uuid;
71 * nd_is_uuid_unique - verify that no other namespace has @uuid
73 * @uuid: uuid to check
75 * Returns: %true if the uuid is unique, %false if not
77 bool nd_is_uuid_unique(struct device *dev, uuid_t *uuid) argument
84 if (device_for_each_child(&nvdimm_bus->dev, uuid,
739 uuid_not_set(const uuid_t *uuid, struct device *dev, const char *where) argument
759 uuid_t *uuid = NULL; local
945 uuid_t *uuid = namespace_to_uuid(dev); local
1014 uuid_t uuid; local
1036 uuid_t *uuid = NULL; local
1144 uuid_t *uuid = NULL; local
1562 has_uuid_at_pos(struct nd_region *nd_region, const uuid_t *uuid, u64 cookie, u16 pos) argument
1686 uuid_t uuid; local
1904 uuid_t *uuid = namespace_to_uuid(devs[i]); local
[all...]
H A Dlabel.c7 #include <linux/uuid.h>
332 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, argument
335 if (!label_id || !uuid)
337 snprintf(label_id->id, ND_LABEL_ID_SIZE, "pmem-%pUb", uuid);
749 static enum nvdimm_claim_class uuid_to_nvdimm_cclass(uuid_t *uuid) argument
751 if (uuid_equal(uuid, &nvdimm_btt_uuid))
753 else if (uuid_equal(uuid, &nvdimm_btt2_uuid))
755 else if (uuid_equal(uuid, &nvdimm_pfn_uuid))
757 else if (uuid_equal(uuid, &nvdimm_dax_uuid))
759 else if (uuid_equal(uuid,
844 uuid_t uuid; local
863 uuid_t uuid; local
1011 del_labels(struct nd_mapping *nd_mapping, uuid_t *uuid) argument
[all...]
/linux-master/fs/afs/
H A Dvlclient.c46 struct afs_uuid *uuid; local
62 uuid = (struct afs_uuid *)&entry->fs_server[n];
63 uuid->time_low = xdr->time_low;
64 uuid->time_mid = htons(ntohl(xdr->time_mid));
65 uuid->time_hi_and_version = htons(ntohl(xdr->time_hi_and_version));
66 uuid->clock_seq_hi_and_reserved = (u8)ntohl(xdr->clock_seq_hi_and_reserved);
67 uuid->clock_seq_low = (u8)ntohl(xdr->clock_seq_low);
69 uuid->node[j] = (u8)ntohl(xdr->node[j]);
107 * Dispatch a get volume entry by name or ID operation (uuid variant). If the
189 /* Extract the returned uuid, uniquifie
258 afs_vl_get_addrs_u(struct afs_vl_cursor *vc, const uuid_t *uuid) argument
633 afs_yfsvl_get_endpoints(struct afs_vl_cursor *vc, const uuid_t *uuid) argument
[all...]
H A Dserver.c65 struct afs_server *afs_find_server_by_uuid(struct afs_net *net, const uuid_t *uuid) argument
71 _enter("%pU", uuid);
88 diff = memcmp(uuid, &server->uuid, sizeof(*uuid));
134 diff = memcmp(&candidate->uuid, &server->uuid, sizeof(uuid_t));
195 const uuid_t *uuid,
216 server->uuid = *uuid;
194 afs_alloc_server(struct afs_cell *cell, const uuid_t *uuid, struct afs_addr_list *alist) argument
251 afs_vl_lookup_addrs(struct afs_cell *cell, struct key *key, const uuid_t *uuid) argument
276 afs_lookup_server(struct afs_cell *cell, struct key *key, const uuid_t *uuid, u32 addr_version) argument
[all...]
H A Dcmservice.c168 struct afs_uuid *uuid)
472 if (memcmp(r, &call->net->uuid, sizeof(call->net->uuid)) == 0)
550 __be32 uuid[11]; member in struct:__anon256::__anon257
565 reply.ia.uuid[0] = call->net->uuid.time_low;
566 reply.ia.uuid[1] = htonl(ntohs(call->net->uuid.time_mid));
567 reply.ia.uuid[2] = htonl(ntohs(call->net->uuid
167 afs_find_cm_server_by_uuid(struct afs_call *call, struct afs_uuid *uuid) argument
[all...]
H A Dserver_list.c94 if (memcmp(&slist->servers[j].server->uuid,
95 &server->uuid,
96 sizeof(server->uuid)) >= 0)
210 diff = memcmp(&pn->server->uuid, &po->server->uuid,
211 sizeof(pn->server->uuid));
/linux-master/drivers/thunderbolt/
H A Dproperty.c13 #include <linux/uuid.h>
32 u32 uuid[4]; member in struct:tb_property_dir_entry
177 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid),
179 if (!dir->uuid) {
237 * @uuid: UUID used to identify the particular directory
239 * Creates new, empty property directory. If @uuid is %NULL then the
242 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) argument
251 if (uuid) {
252 dir->uuid
[all...]
/linux-master/drivers/tee/amdtee/
H A Dcore.c181 } *uuid = ptr; local
186 TA_LOAD_PATH, uuid->lo, uuid->mid, uuid->hi_ver,
187 uuid->seq_n[0], uuid->seq_n[1],
188 uuid->seq_n[2], uuid->seq_n[3],
189 uuid->seq_n[4], uuid
[all...]
/linux-master/sound/soc/intel/avs/
H A Dutils.c16 static int avs_module_entry_index(struct avs_dev *adev, const guid_t *uuid) argument
24 if (guid_equal(&module->uuid, uuid))
47 int avs_get_module_entry(struct avs_dev *adev, const guid_t *uuid, struct avs_module_entry *entry) argument
53 idx = avs_module_entry_index(adev, uuid);
75 int avs_get_module_id(struct avs_dev *adev, const guid_t *uuid) argument
80 ret = avs_get_module_entry(adev, uuid, &module);
/linux-master/drivers/md/
H A Ddm-log-userspace-transfer.c153 * @uuid: log's universal unique identifier (must be DM_UUID_LEN in size)
170 int dm_consult_userspace(const char *uuid, uint64_t luid, int request_type, argument
201 memcpy(tfr->uuid, uuid, DM_UUID_LEN);
246 (strlen(uuid) > 8) ?
247 (uuid + (strlen(uuid) - 8)) : (uuid),
H A Ddm-ioctl.c41 * name or uuid.
51 char *uuid; member in struct:hash_cell
75 * Protects use of mdptr to obtain hash cell name and uuid from mapped device.
116 c = strcmp(hc->uuid, str);
183 c = strcmp(hc->uuid, new_hc->uuid);
216 static struct hash_cell *alloc_cell(const char *name, const char *uuid, argument
231 if (!uuid)
232 hc->uuid = NULL;
235 hc->uuid
262 dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) argument
2204 dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) argument
[all...]
/linux-master/sound/soc/sof/
H A Dipc4-loader.c119 fm_entry->name, &fm_entry->uuid, fm_entry->cfg_count,
123 &fm_entry->uuid);
165 unsigned long lib_id, const guid_t *uuid)
189 sdev->pdata->fw_lib_prefix, uuid);
263 const guid_t *uuid)
270 if (guid_is_null(uuid))
275 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid))
292 ret = sof_ipc4_load_library_by_uuid(sdev, lib_id + 1, uuid);
299 if (guid_equal(uuid,
164 sof_ipc4_load_library_by_uuid(struct snd_sof_dev *sdev, unsigned long lib_id, const guid_t *uuid) argument
262 sof_ipc4_find_module_by_uuid(struct snd_sof_dev *sdev, const guid_t *uuid) argument
[all...]
/linux-master/drivers/nfc/
H A Dmei_phy.h7 #include <linux/uuid.h>
/linux-master/drivers/vfio/mdev/
H A Dmdev_core.c128 int mdev_device_create(struct mdev_type *type, const guid_t *uuid) argument
139 if (guid_equal(&tmp->uuid, uuid)) {
172 guid_copy(&mdev->uuid, uuid);
176 ret = dev_set_name(&mdev->dev, "%pUl", uuid);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vmid.c43 * @buf: uuid associated with the VE
77 * @vmid: uuid associated with the VE
152 * @uuid: UUID associated with the VE
158 int lpfc_vmid_get_appid(struct lpfc_vport *vport, char *uuid, argument
174 len = strlen(uuid);
175 hash = lpfc_vmid_hash_fn(uuid, len);
179 vmp = lpfc_get_vmid_from_hashtable(vport, hash, uuid);
199 vmp = lpfc_get_vmid_from_hashtable(vport, hash, uuid);
233 memcpy(vmp->host_vmid, uuid, vmp->vmid_len);
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c717 uuid_t *uuid; local
748 uuid = &btb->bb_u.s.bb_uuid;
756 uuid = &btb->bb_u.l.bb_uuid;
761 uuid = &((struct xfs_agf *)blk)->agf_uuid;
765 uuid = &((struct xfs_agfl *)blk)->agfl_uuid;
769 uuid = &((struct xfs_agi *)blk)->agi_uuid;
773 uuid = &((struct xfs_dsymlink_hdr *)blk)->sl_uuid;
779 uuid = &((struct xfs_dir3_blk_hdr *)blk)->uuid;
794 * superblock. We set the uuid pointe
[all...]
/linux-master/drivers/acpi/acpica/
H A Drsxface.c386 * uuid - Pointer to the UUID to be matched.
400 struct acpi_vendor_uuid *uuid,
408 if (!uuid || !ret_buffer) {
412 info.uuid = uuid;
465 (vendor->uuid_subtype != info->uuid->subtype) ||
466 (memcmp(vendor->uuid, info->uuid->data, ACPI_UUID_LENGTH))) {

Completed in 452 milliseconds

1234567891011>>