Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 17 of 17) sorted by relevance

/include/linux/
A Duuid.h21 } uuid_t; typedef
31 ((uuid_t) \
44 extern const uuid_t uuid_null;
71 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal()
73 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
78 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
83 memcpy(dst, src, sizeof(uuid_t)); in import_uuid()
88 memcpy(dst, src, sizeof(uuid_t)); in export_uuid()
100 extern void uuid_gen(uuid_t *u);
[all …]
A Dvirtio_dma_buf.h26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid);
35 int virtio_dma_buf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid);
A Dnfslocalio.h29 uuid_t uuid;
44 void nfs_uuid_is_local(const uuid_t *, struct list_head *, spinlock_t *,
A Dthunderbolt.h114 const uuid_t *uuid;
156 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
246 uuid_t *remote_uuid;
247 const uuid_t *local_uuid;
298 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
302 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
377 const uuid_t *uuid;
A Darm_ffa.h138 uuid_t uuid;
146 uuid_t uuid;
249 uuid_t uuid;
287 uuid_t uuid;
A Darm-smccc.h362 bool arm_smccc_hypervisor_has_uuid(const uuid_t *uuid);
364 static inline uuid_t smccc_res_to_uuid(u32 r0, u32 r1, u32 r2, u32 r3) in smccc_res_to_uuid()
366 uuid_t uuid = { in smccc_res_to_uuid()
393 static inline u32 smccc_uuid_to_reg(const uuid_t *uuid, int reg) in smccc_uuid_to_reg()
A Dnd.h139 uuid_t *uuid;
A Dtee_core.h182 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
A Dvfio_pci_core.h126 const uuid_t *uuid);
A Dnvme-fc.h262 uuid_t hostid;
A Dvfio.h138 int (*match_token_uuid)(struct vfio_device *vdev, const uuid_t *uuid);
A Dmod_devicetable.h838 uuid_t uuid;
A Dnvme.h1720 uuid_t hostid;
A Dfs.h1400 uuid_t s_uuid; /* UUID */
/include/uapi/cxl/
A Dfeatures.h22 static_assert(sizeof(__uapi_uuid_t) == sizeof(uuid_t));
23 #define __uapi_uuid_t uuid_t
/include/cxl/
A Devent.h159 uuid_t id;
/include/trace/events/
A Dafs.h1310 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
1317 __field_struct(uuid_t, uuid)

Completed in 53 milliseconds