HomeSort by relevance Sort by last modified time
    Searched refs:on_source_error (Results 1 - 4 of 4) sorted by null

  /external/qemu/qapi-auto-generated/
qmp-commands.h 111 void qmp_drive_backup(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_on_source_error, BlockdevOnError on_source_error, bool has_on_target_error, BlockdevOnError on_target_error, Error **errp);
113 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);
qmp-marshal.c 1877 BlockdevOnError on_source_error; local
1981 BlockdevOnError on_source_error; local
    [all...]
qapi-types.h 2520 BlockdevOnError on_source_error; member in struct:DriveBackup
    [all...]
qapi-visit.c     [all...]

Completed in 2385 milliseconds