Searched refs:rerror (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/block/ |
H A D | block.c | 203 BlockdevOnError rerror, werror; in blkconf_apply_backend_options() local 234 rerror = conf->rerror; in blkconf_apply_backend_options() 235 if (rerror == BLOCKDEV_ON_ERROR_AUTO) { in blkconf_apply_backend_options() 236 rerror = blk_get_on_error(blk, true); in blkconf_apply_backend_options() 245 blk_set_on_error(blk, rerror, werror); in blkconf_apply_backend_options()
|
H A D | swim.c | 227 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in swim_drive_realize()
|
H A D | fdc.c | 523 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in floppy_drive_realize()
|
/openbmc/qemu/include/hw/block/ |
H A D | block.h | 35 BlockdevOnError rerror; member 84 DEFINE_PROP_BLOCKDEV_ON_ERROR("rerror", _state, _conf.rerror, \
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | mac_iop.h | 122 __u8 rerror; /* read the error register */ member
|
/openbmc/qemu/audio/ |
H A D | paaudio.c | 420 int *rerror) in qpa_simple_new() argument 507 *rerror = pa_context_errno(c->context); in qpa_simple_new()
|
/openbmc/qemu/ |
H A D | blockdev.c | 786 const char *werror, *rerror; in drive_new() local 995 rerror = qemu_opt_get(legacy_opts, "rerror"); in drive_new() 996 if (rerror != NULL) { in drive_new() 1002 qdict_put_str(bs_opts, "rerror", rerror); in drive_new()
|
H A D | hmp-commands.hx | 207 actions (drive options rerror, werror).
|
H A D | qemu-options.hx | 1523 " [,snapshot=on|off][,rerror=ignore|stop|report]\n" 1605 ``werror=action,rerror=action`` 1611 ``werror=enospc`` and ``rerror=report``.
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 64 * file, format, snapshot, cache, aio, readonly, rerror, werror go into
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-bus.c | 442 .rerror = BLOCKDEV_ON_ERROR_AUTO, in scsi_bus_legacy_handle_cmdline()
|
/openbmc/qemu/qapi/ |
H A D | block-core.json | 1629 # the device's rerror/werror actions will be used. 3013 # rerror/werror arguments that were specified when starting the
|