Searched refs:MSGUID (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | vhdx.h | 76 typedef struct QEMU_PACKED MSGUID { struct 81 } MSGUID; argument 84 (memcmp(&(a), &(b), sizeof(MSGUID)) == 0) 102 MSGUID file_write_guid; /* 128 bit unique identifier. Must be 106 MSGUID data_write_guid; /* 128 bit unique identifier. Must be 120 MSGUID log_guid; /* 128 bit unique identifier. If zero, 153 MSGUID guid; /* 128-bit unique identifier */ 178 MSGUID log_guid; /* value of the log_guid from 264 MSGUID item_id; /* 128-bit identifier for metadata */ 297 MSGUID page_83_data; /* unique id for scsi devices that [all …]
|
H A D | vhdx.c | 55 static const MSGUID bat_guid = { .data1 = 0x2dc27766, 61 static const MSGUID metadata_guid = { .data1 = 0x8b7ca206, 70 static const MSGUID file_param_guid = { .data1 = 0xcaa16737, 76 static const MSGUID virtual_size_guid = { .data1 = 0x2FA54224, 82 static const MSGUID page83_guid = { .data1 = 0xbeca12ab, 89 static const MSGUID phys_sector_guid = { .data1 = 0xcda348c7, 95 static const MSGUID parent_locator_guid = { .data1 = 0xa8d35f2d, 102 static const MSGUID logical_sector_guid = { .data1 = 0x8141bf1d, 112 static const MSGUID parent_vhdx_guid __attribute__((unused)) 221 void vhdx_guid_generate(MSGUID *guid) in vhdx_guid_generate() [all …]
|
H A D | vhdx-log.c | 43 static const MSGUID zero_guid = { 0 }; 113 MSGUID guid = { 0 }; in vhdx_log_reset() 883 MSGUID new_guid = { 0 }; in vhdx_log_write()
|