Home
last modified time | relevance | path

Searched refs:UUID_SIZE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/ras/
H A Dras_event.h231 __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);
/OK3568_Linux_fs/kernel/include/linux/
H A Duuid.h14 #define UUID_SIZE 16 macro
17 __u8 b[UUID_SIZE];
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_ab.c424 char guid_buf[UUID_SIZE] = {0}; in ab_update_root_uuid()
438 guid_buf, UUID_SIZE); in ab_update_root_uuid()
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h35 #define UUID_SIZE 37 macro
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c173 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Dp_sys-t.c325 sz = stm_data_write(data, m, c, false, op->node.uuid.b, UUID_SIZE); in sys_t_write()
/OK3568_Linux_fs/kernel/drivers/char/
H A Drandom.c1454 static u8 sysctl_bootid[UUID_SIZE];
1464 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dvmbus_drv.c224 return sprintf(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show()
694 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1055 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c184 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_msghandler.c3188 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler()
3192 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-zoned-metadata.c794 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dtopology.c500 memcpy(dst, velem->uuid, UUID_SIZE); in get_token_uuid()