Searched refs:UUID_SIZE (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/ras/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uuid.h | 14 #define UUID_SIZE 16 macro 17 __u8 b[UUID_SIZE];
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_ab.c | 424 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 D | android_image.h | 35 #define UUID_SIZE 37 macro
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_crypto.c | 173 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 D | p_sys-t.c | 325 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 D | random.c | 1454 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 D | vmbus_drv.c | 224 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 D | papr_scm.c | 1055 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
|
| /OK3568_Linux_fs/kernel/drivers/tee/ |
| H A D | tee_core.c | 184 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 3188 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 D | dm-zoned-metadata.c | 794 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | topology.c | 500 memcpy(dst, velem->uuid, UUID_SIZE); in get_token_uuid()
|