Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx.h76 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 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()