Searched refs:has_granularity (Results 1 - 2 of 2) sorted by relevance

/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h113 void qmp_drive_mirror(const char * device, const char * target, bool has_format, const char * format, MirrorSyncMode sync, bool has_mode, NewImageMode mode, bool has_speed, int64_t speed, bool has_granularity, uint32_t granularity, bool has_buf_size, int64_t buf_size, bool has_on_source_error, BlockdevOnError on_source_error, bool has_on_target_error, BlockdevOnError on_target_error, Error **errp);
H A Dqmp-marshal.c1976 bool has_granularity = false; local
2005 visit_start_optional(v, &has_granularity, "granularity", errp);
2006 if (has_granularity) {
2030 qmp_drive_mirror(device, target, has_format, format, sync, has_mode, mode, has_speed, speed, has_granularity, granularity, has_buf_size, buf_size, has_on_source_error, on_source_error, has_on_target_error, on_target_error, errp);
2053 visit_start_optional(v, &has_granularity, "granularity", NULL);
2054 if (has_granularity) {

Completed in 40 milliseconds