Searched refs:uuid_t (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | uuid.h | 18 } 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 …]
|
D | virtio_dma_buf.h | 26 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);
|
D | thunderbolt.h | 108 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;
|
D | arm_ffa.h | 110 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()
|
D | cleancache.h | 31 int (*init_shared_fs)(uuid_t *uuid, size_t);
|
D | nd.h | 143 uuid_t *uuid;
|
D | tee_drv.h | 183 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
|
D | nvme-fc.h | 262 uuid_t hostid;
|
D | mod_devicetable.h | 818 uuid_t uuid;
|
D | nvme.h | 1491 uuid_t hostid;
|
D | fs.h | 1526 uuid_t s_uuid; /* UUID */
|
/include/trace/events/ |
D | afs.h | 1241 TP_PROTO(struct afs_call *call, const uuid_t *uuid), 1248 __field_struct(uuid_t, uuid )
|