Searched refs:has_buf_size (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.c1978 bool has_buf_size = false; local
2010 visit_start_optional(v, &has_buf_size, "buf-size", errp);
2011 if (has_buf_size) {
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);
2058 visit_start_optional(v, &has_buf_size, "buf-size", NULL);
2059 if (has_buf_size) {

Completed in 313 milliseconds