Symbol: UUID_SIZE
arch/powerpc/platforms/pseries/papr_scm.c
1366
u8 uuid_raw[UUID_SIZE];
drivers/char/ipmi/ipmi_msghandler.c
3346
if (msg->msg.data_len < UUID_SIZE + 1) {
drivers/char/ipmi/ipmi_msghandler.c
3350
msg->msg.data_len, UUID_SIZE + 1);
drivers/char/random.c
1620
static u8 sysctl_bootid[UUID_SIZE];
drivers/char/random.c
1630
u8 tmp_uuid[UUID_SIZE], *uuid;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2766
u8 buf[UUID_SIZE];
drivers/gpu/drm/display/drm_dp_mst_topology.c
2197
u8 buf[UUID_SIZE];
drivers/gpu/drm/display/drm_dp_mst_topology.c
3799
u8 buf[UUID_SIZE];
drivers/hv/vmbus_drv.c
210
return sysfs_emit(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type);
drivers/hv/vmbus_drv.c
669
return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type);
drivers/hwtracing/stm/p_sys-t.c
376
u8 uuid[UUID_SIZE];
drivers/md/dm-zoned-metadata.c
775
BUILD_BUG_ON(UUID_SIZE != 16);
drivers/platform/x86/amd/hsmp/acpi.c
64
if (obj->type == ACPI_TYPE_BUFFER && obj->buffer.length == UUID_SIZE)
drivers/tee/tee_core.c
160
memcpy(uuid->b, hash, UUID_SIZE);
drivers/tee/tstee/core.c
110
memcpy(ffa_args + TS_RPC_SERVICE_INFO_UUID0, arg->uuid, UUID_SIZE);
drivers/thunderbolt/xdomain.c
1527
if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) {
fs/ext4/ioctl.c
1172
__u8 uuid[UUID_SIZE];
fs/ext4/ioctl.c
1178
fsuuid.fsu_len = UUID_SIZE;
fs/ext4/ioctl.c
1185
if (fsuuid.fsu_len < UUID_SIZE || fsuuid.fsu_flags != 0)
fs/ext4/ioctl.c
1189
memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE);
fs/ext4/ioctl.c
1192
fsuuid.fsu_len = UUID_SIZE;
fs/ext4/ioctl.c
1194
copy_to_user(&ufsuuid->fsu_uuid[0], uuid, UUID_SIZE))
fs/ext4/ioctl.c
1205
__u8 uuid[UUID_SIZE];
fs/ext4/ioctl.c
1223
if (fsuuid.fsu_len != UUID_SIZE || fsuuid.fsu_flags != 0)
fs/ext4/ioctl.c
1226
if (copy_from_user(uuid, &ufsuuid->fsu_uuid[0], UUID_SIZE))
fs/ext4/ioctl.c
1484
memcpy(&uu, sbi->s_hash_seed, UUID_SIZE);
fs/ext4/ioctl.c
55
memcpy(es->s_uuid, (__u8 *)arg, UUID_SIZE);
fs/nfs/localio.c
103
.p_arglen = XDR_QUADLEN(UUID_SIZE),
fs/nfs/localio.c
152
u8 uuid[UUID_SIZE];
fs/nfs/localio.c
87
encode_opaque_fixed(xdr, uuid, UUID_SIZE);
fs/nfsd/localio.c
174
u8 uuid[UUID_SIZE];
fs/nfsd/localio.c
176
if (decode_opaque_fixed(xdr, uuid, UUID_SIZE))
fs/nfsd/localio.c
215
.vs_xdrsize = XDR_QUADLEN(UUID_SIZE),
fs/overlayfs/util.c
798
UUID_SIZE);
fs/overlayfs/util.c
799
if (res == UUID_SIZE)
fs/overlayfs/util.c
833
UUID_SIZE);
include/linux/uuid.h
16
__u8 b[UUID_SIZE];
include/linux/uuid.h
20
__u8 b[UUID_SIZE];
include/ras/ras_event.h
269
__array(char, sec_type, UUID_SIZE)
include/ras/ras_event.h
270
__array(char, fru_id, UUID_SIZE)
include/ras/ras_event.h
278
memcpy(__entry->sec_type, sec_type, UUID_SIZE);
include/ras/ras_event.h
279
memcpy(__entry->fru_id, fru_id, UUID_SIZE);
security/integrity/evm/evm_crypto.c
176
crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE);
sound/soc/sof/topology.c
372
memcpy(dst, velem->uuid, UUID_SIZE);