Home
last modified time | relevance | path

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

/include/linux/
Duuid.h18 } uuid_t; typedef
21 ((uuid_t) \
34 extern const uuid_t uuid_null;
61 static inline bool uuid_equal(const uuid_t *u1, const uuid_t *u2) in uuid_equal()
63 return memcmp(u1, u2, sizeof(uuid_t)) == 0; in uuid_equal()
66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
68 memcpy(dst, src, sizeof(uuid_t)); in uuid_copy()
71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
73 memcpy(dst, src, sizeof(uuid_t)); in import_uuid()
76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
[all …]
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);
Dthunderbolt.h108 const uuid_t *uuid;
150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
226 uuid_t *remote_uuid;
227 const uuid_t *local_uuid;
278 struct tb_xdomain *tb_xdomain_find_by_uuid(struct tb *tb, const uuid_t *uuid);
282 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked()
357 const uuid_t *uuid;
Darm_ffa.h110 uuid_t uuid;
118 uuid_t uuid;
143 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id,
153 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register()
Dcleancache.h31 int (*init_shared_fs)(uuid_t *uuid, size_t);
Dnd.h143 uuid_t *uuid;
Dtee_drv.h183 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
Dnvme-fc.h262 uuid_t hostid;
Dmod_devicetable.h818 uuid_t uuid;
Dnvme.h1491 uuid_t hostid;
Dfs.h1526 uuid_t s_uuid; /* UUID */
/include/trace/events/
Dafs.h1241 TP_PROTO(struct afs_call *call, const uuid_t *uuid),
1248 __field_struct(uuid_t, uuid )