Home
last modified time | relevance | path

Searched refs:rerror (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/block/
H A Dblock.c203 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 Dswim.c227 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in swim_drive_realize()
H A Dfdc.c523 dev->conf.rerror = BLOCKDEV_ON_ERROR_AUTO; in floppy_drive_realize()
/openbmc/qemu/include/hw/block/
H A Dblock.h35 BlockdevOnError rerror; member
84 DEFINE_PROP_BLOCKDEV_ON_ERROR("rerror", _state, _conf.rerror, \
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_iop.h122 __u8 rerror; /* read the error register */ member
/openbmc/qemu/audio/
H A Dpaaudio.c420 int *rerror) in qpa_simple_new() argument
507 *rerror = pa_context_errno(c->context); in qpa_simple_new()
/openbmc/qemu/
H A Dblockdev.c786 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 Dhmp-commands.hx207 actions (drive options rerror, werror).
H A Dqemu-options.hx1523 " [,snapshot=on|off][,rerror=ignore|stop|report]\n"
1605 ``werror=action,rerror=action``
1611 ``werror=enospc`` and ``rerror=report``.
/openbmc/qemu/docs/
H A Dqdev-device-use.txt64 * file, format, snapshot, cache, aio, readonly, rerror, werror go into
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c442 .rerror = BLOCKDEV_ON_ERROR_AUTO, in scsi_bus_legacy_handle_cmdline()
/openbmc/qemu/qapi/
H A Dblock-core.json1629 # the device's rerror/werror actions will be used.
3013 # rerror/werror arguments that were specified when starting the