Searched refs:UUID_SIZE (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/include/linux/ |
D | uuid.h | 14 #define UUID_SIZE 16 macro 17 __u8 b[UUID_SIZE];
|
/linux-5.19.10/include/ras/ |
D | ras_event.h | 231 __array(char, sec_type, UUID_SIZE) 232 __array(char, fru_id, UUID_SIZE) 240 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 241 memcpy(__entry->fru_id, fru_id, UUID_SIZE);
|
/linux-5.19.10/drivers/hwtracing/stm/ |
D | p_sys-t.c | 295 u8 uuid[UUID_SIZE]; in sys_t_write()
|
/linux-5.19.10/security/integrity/evm/ |
D | evm_crypto.c | 175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
/linux-5.19.10/drivers/char/ |
D | random.c | 1469 static u8 sysctl_bootid[UUID_SIZE]; 1479 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid()
|
/linux-5.19.10/drivers/hv/ |
D | vmbus_drv.c | 230 return sprintf(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show() 699 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
|
/linux-5.19.10/drivers/tee/ |
D | tee_core.c | 184 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 1404 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
|
/linux-5.19.10/sound/soc/sof/ |
D | topology.c | 360 memcpy(dst, velem->uuid, UUID_SIZE); in get_token_uuid()
|
/linux-5.19.10/drivers/thunderbolt/ |
D | xdomain.c | 1485 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
|
/linux-5.19.10/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 3313 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler() 3317 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
|
/linux-5.19.10/drivers/md/ |
D | dm-zoned-metadata.c | 780 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
|