| /linux/include/linux/ |
| H A D | uuid.h | 13 #define UUID_SIZE 16 macro 16 __u8 b[UUID_SIZE]; 20 __u8 b[UUID_SIZE];
|
| /linux/fs/nfsd/ |
| H A D | localio.c | 174 u8 uuid[UUID_SIZE]; in localio_decode_uuidarg() 176 if (decode_opaque_fixed(xdr, uuid, UUID_SIZE)) in localio_decode_uuidarg() 215 .vs_xdrsize = XDR_QUADLEN(UUID_SIZE),
|
| /linux/include/ras/ |
| H A D | ras_event.h | 269 __array(char, sec_type, UUID_SIZE) 270 __array(char, fru_id, UUID_SIZE) 278 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 279 memcpy(__entry->fru_id, fru_id, UUID_SIZE);
|
| /linux/fs/nfs/ |
| H A D | localio.c | 87 encode_opaque_fixed(xdr, uuid, UUID_SIZE); in localio_xdr_enc_uuidargs() 103 .p_arglen = XDR_QUADLEN(UUID_SIZE), 152 u8 uuid[UUID_SIZE]; in nfs_server_uuid_is_local()
|
| /linux/fs/overlayfs/ |
| H A D | util.c | 795 UUID_SIZE); in ovl_init_uuid_xattr() 796 if (res == UUID_SIZE) in ovl_init_uuid_xattr() 830 UUID_SIZE); in ovl_init_uuid_xattr()
|
| /linux/security/integrity/evm/ |
| H A D | evm_crypto.c | 176 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | p_sys-t.c | 376 u8 uuid[UUID_SIZE]; in sys_t_write()
|
| /linux/drivers/tee/tstee/ |
| H A D | core.c | 110 memcpy(ffa_args + TS_RPC_SERVICE_INFO_UUID0, arg->uuid, UUID_SIZE); in tstee_open_session()
|
| /linux/drivers/char/ |
| H A D | random.c | 1620 static u8 sysctl_bootid[UUID_SIZE]; 1630 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid()
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | acpi.c | 64 if (obj->type == ACPI_TYPE_BUFFER && obj->buffer.length == UUID_SIZE) in is_acpi_hsmp_uuid()
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 210 return sysfs_emit(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show() 669 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 1366 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
|
| /linux/drivers/tee/ |
| H A D | tee_core.c | 160 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
|
| /linux/drivers/thunderbolt/ |
| H A D | xdomain.c | 1527 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
|
| /linux/sound/soc/sof/ |
| H A D | topology.c | 372 memcpy(dst, velem->uuid, UUID_SIZE); in get_token_uuid()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 3346 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler() 3350 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
|
| /linux/drivers/md/ |
| H A D | dm-zoned-metadata.c | 775 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 2197 u8 buf[UUID_SIZE]; in drm_dp_check_mstb_guid() 3799 u8 buf[UUID_SIZE]; in drm_dp_mst_topology_mgr_resume()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 2766 u8 buf[UUID_SIZE]; in resume_mst_branch_status()
|