Home
last modified time | relevance | path

Searched refs:MSGUID (Results 1 – 3 of 3) sorted by relevance

/qemu/block/
H A Dvhdx.h76 typedef struct QEMU_PACKED MSGUID { struct
81 } MSGUID; argument
84 (memcmp(&(a), &(b), sizeof(MSGUID)) == 0)
153 MSGUID guid; /* 128-bit unique identifier */
178 MSGUID log_guid; /* value of the log_guid from
297 MSGUID page_83_data; /* unique id for scsi devices that
388 MSGUID session_guid;
402 void vhdx_guid_generate(MSGUID *guid);
406 MSGUID *log_guid);
422 static inline void leguid_to_cpus(MSGUID *guid) in leguid_to_cpus()
[all …]
H A Dvhdx.c55 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 Dvhdx-log.c43 static const MSGUID zero_guid = { 0 };
113 MSGUID guid = { 0 }; in vhdx_log_reset()
883 MSGUID new_guid = { 0 }; in vhdx_log_write()