Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 25 of 40) sorted by relevance

12

/include/linux/
A Duuid.h91 static inline bool uuid_is_null(const uuid_t *uuid) in uuid_is_null() argument
93 return uuid_equal(uuid, &uuid_null); in uuid_is_null()
96 void generate_random_uuid(unsigned char uuid[16]);
102 bool __must_check uuid_is_valid(const char *uuid);
107 int guid_parse(const char *uuid, guid_t *u);
108 int uuid_parse(const char *uuid, uuid_t *u);
A Dstatfs.h55 static inline __kernel_fsid_t uuid_to_fsid(__u8 *uuid) in uuid_to_fsid() argument
57 return u64_to_fsid(le64_to_cpup((void *)uuid) ^ in uuid_to_fsid()
58 le64_to_cpup((void *)(uuid + sizeof(u64)))); in uuid_to_fsid()
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 Darm-smccc.h362 bool arm_smccc_hypervisor_has_uuid(const uuid_t *uuid);
366 uuid_t uuid = { in smccc_res_to_uuid() local
390 return 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() argument
397 val |= (u32)(uuid->b[4 * reg + 0] << 0); in smccc_uuid_to_reg()
398 val |= (u32)(uuid->b[4 * reg + 1] << 8); in smccc_uuid_to_reg()
399 val |= (u32)(uuid->b[4 * reg + 2] << 16); in smccc_uuid_to_reg()
400 val |= (u32)(uuid->b[4 * reg + 3] << 24); in smccc_uuid_to_reg()
A Dthunderbolt.h114 const uuid_t *uuid; member
156 struct tb_property_dir *tb_property_create_dir(const uuid_t *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() argument
307 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
377 const uuid_t *uuid; member
A Dintel-ish-client-if.h97 int ishtp_cl_establish_connection(struct ishtp_cl *cl, const guid_t *uuid,
120 const guid_t *uuid);
A Dmdev.h20 guid_t uuid; member
A Dtboot.h70 u8 uuid[16]; member
A Darm_ffa.h138 uuid_t uuid; member
146 uuid_t uuid; member
249 uuid_t uuid; member
287 uuid_t uuid; member
A Dnfslocalio.h29 uuid_t uuid; member
A Dnd.h139 uuid_t *uuid; member
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 Dmod_devicetable.h741 uuid_le uuid; member
838 uuid_t uuid; member
/include/uapi/cxl/
A Dfeatures.h72 __uapi_uuid_t uuid; member
122 __uapi_uuid_t uuid; member
155 __uapi_uuid_t uuid;
/include/uapi/linux/
A Ddm-log-userspace.h419 char uuid[DM_UUID_LEN]; member
A Dtee.h235 __u8 uuid[TEE_IOCTL_UUID_LEN]; member
A Ddm-ioctl.h144 char uuid[DM_UUID_LEN]; /* unique identifier for member
A Dbtrfs.h247 __u8 uuid[BTRFS_UUID_SIZE]; /* in/out */ member
803 char uuid[BTRFS_UUID_SIZE]; /* in */ member
892 __u8 uuid[BTRFS_UUID_SIZE]; member
/include/uapi/rdma/hfi/
A Dhfi1_ioctl.h78 __u8 uuid[16]; member
/include/sound/sof/
A Dext_manifest4.h96 guid_t uuid; member
/include/trace/events/
A Dbcache.h157 __array(char, uuid, 16 )
167 memcpy(__entry->uuid, c->set_uuid, 16);
177 __entry->uuid, __entry->inode,
199 __array(char, uuid, 16 )
203 memcpy(__entry->uuid, c->set_uuid, 16);
206 TP_printk("%pU", __entry->uuid)
/include/net/bluetooth/
A Dmgmt.h175 __u8 uuid[16]; member
182 __u8 uuid[16]; member
712 __u8 uuid[16]; member
719 __u8 uuid[16]; member
724 __u8 uuid[16]; member
1124 __u8 uuid[16]; member
/include/uapi/sound/
A Dasoc.h205 char uuid[16]; member
225 __DECLARE_FLEX_ARRAY(struct snd_soc_tplg_vendor_uuid_elem, uuid);
/include/xen/interface/
A Dxen.h747 uint64_t uuid[2]; member

Completed in 46 milliseconds

12