Searched refs:uuid_t (Results 1 – 17 of 17) sorted by relevance
| /include/linux/ |
| A D | uuid.h | 21 } 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 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);
|
| A D | nfslocalio.h | 29 uuid_t uuid; 44 void nfs_uuid_is_local(const uuid_t *, struct list_head *, spinlock_t *,
|
| A D | thunderbolt.h | 114 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 D | arm_ffa.h | 138 uuid_t uuid; 146 uuid_t uuid; 249 uuid_t uuid; 287 uuid_t uuid;
|
| A D | arm-smccc.h | 362 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 D | nd.h | 139 uuid_t *uuid;
|
| A D | tee_core.h | 182 int tee_session_calc_client_uuid(uuid_t *uuid, u32 connection_method,
|
| A D | vfio_pci_core.h | 126 const uuid_t *uuid);
|
| A D | nvme-fc.h | 262 uuid_t hostid;
|
| A D | vfio.h | 138 int (*match_token_uuid)(struct vfio_device *vdev, const uuid_t *uuid);
|
| A D | mod_devicetable.h | 838 uuid_t uuid;
|
| A D | nvme.h | 1720 uuid_t hostid;
|
| A D | fs.h | 1400 uuid_t s_uuid; /* UUID */
|
| /include/uapi/cxl/ |
| A D | features.h | 22 static_assert(sizeof(__uapi_uuid_t) == sizeof(uuid_t)); 23 #define __uapi_uuid_t uuid_t
|
| /include/cxl/ |
| A D | event.h | 159 uuid_t id;
|
| /include/trace/events/ |
| A D | afs.h | 1310 TP_PROTO(struct afs_call *call, const uuid_t *uuid), 1317 __field_struct(uuid_t, uuid)
|
Completed in 53 milliseconds