| /include/linux/ |
| A D | uuid.h | 91 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 D | statfs.h | 55 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 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 | arm-smccc.h | 362 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 D | thunderbolt.h | 114 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 D | intel-ish-client-if.h | 97 int ishtp_cl_establish_connection(struct ishtp_cl *cl, const guid_t *uuid, 120 const guid_t *uuid);
|
| A D | mdev.h | 20 guid_t uuid; member
|
| A D | tboot.h | 70 u8 uuid[16]; member
|
| A D | arm_ffa.h | 138 uuid_t uuid; member 146 uuid_t uuid; member 249 uuid_t uuid; member 287 uuid_t uuid; member
|
| A D | nfslocalio.h | 29 uuid_t uuid; member
|
| A D | nd.h | 139 uuid_t *uuid; member
|
| 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 | mod_devicetable.h | 741 uuid_le uuid; member 838 uuid_t uuid; member
|
| /include/uapi/cxl/ |
| A D | features.h | 72 __uapi_uuid_t uuid; member 122 __uapi_uuid_t uuid; member 155 __uapi_uuid_t uuid;
|
| /include/uapi/linux/ |
| A D | dm-log-userspace.h | 419 char uuid[DM_UUID_LEN]; member
|
| A D | tee.h | 235 __u8 uuid[TEE_IOCTL_UUID_LEN]; member
|
| A D | dm-ioctl.h | 144 char uuid[DM_UUID_LEN]; /* unique identifier for member
|
| A D | btrfs.h | 247 __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 D | hfi1_ioctl.h | 78 __u8 uuid[16]; member
|
| /include/sound/sof/ |
| A D | ext_manifest4.h | 96 guid_t uuid; member
|
| /include/trace/events/ |
| A D | bcache.h | 157 __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 D | mgmt.h | 175 __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 D | asoc.h | 205 char uuid[16]; member 225 __DECLARE_FLEX_ARRAY(struct snd_soc_tplg_vendor_uuid_elem, uuid);
|
| /include/xen/interface/ |
| A D | xen.h | 747 uint64_t uuid[2]; member
|