/openbmc/qemu/plugins/ |
H A D | loader.c | 347 g_assert(ctx->resetting); in plugin_reset_destroy__locked() 351 ctx->resetting = false; in plugin_reset_destroy__locked() 403 if (ctx->uninstalling || (reset && ctx->resetting)) { in plugin_reset_uninstall() 406 ctx->resetting = reset; in plugin_reset_uninstall()
|
H A D | plugin.h | 66 bool resetting; member
|
/openbmc/qemu/hw/scsi/ |
H A D | vmw_pvscsi.c | 131 uint32_t resetting; /* Reset in progress */ member 447 s->resetting++; in pvscsi_reset_adapter() 449 s->resetting--; in pvscsi_reset_adapter() 632 if (pvscsi_req->dev->resetting) { in pvscsi_request_cancelled() 882 s->resetting++; in pvscsi_on_cmd_reset_device() 884 s->resetting--; in pvscsi_on_cmd_reset_device() 896 s->resetting++; in pvscsi_on_cmd_reset_bus() 898 s->resetting--; in pvscsi_on_cmd_reset_bus() 1269 VMSTATE_UINT32(resetting, PVSCSIState),
|
H A D | virtio-scsi.c | 337 qatomic_inc(&s->resetting); in virtio_scsi_do_one_tmf_bh() 339 qatomic_dec(&s->resetting); in virtio_scsi_do_one_tmf_bh() 344 qatomic_inc(&s->resetting); in virtio_scsi_do_one_tmf_bh() 355 qatomic_dec(&s->resetting); in virtio_scsi_do_one_tmf_bh() 764 if (qatomic_read(&req->dev->resetting)) { in virtio_scsi_request_cancelled() 941 qatomic_inc(&s->resetting); in virtio_scsi_reset() 943 qatomic_dec(&s->resetting); in virtio_scsi_reset()
|
/openbmc/linux/drivers/usb/storage/ |
H A D | uas.c | 41 int qdepth, resetting; member 108 if (devinfo->resetting) in uas_do_work() 313 if (devinfo->resetting) in uas_stat_cmplt() 411 if (devinfo->resetting) in uas_data_cmplt() 656 if (devinfo->resetting) { in uas_queuecommand_lck() 782 devinfo->resetting = 1; in uas_eh_device_reset_handler() 793 devinfo->resetting = 0; in uas_eh_device_reset_handler() 1019 devinfo->resetting = 0; in uas_probe() 1205 devinfo->resetting = 1; in uas_disconnect()
|
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 305 bool resetting; member 562 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame() 693 if (!priv->resetting && !priv->closing) { in grcan_err() 819 priv->resetting = false; in grcan_running_reset() 912 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset() 913 priv->resetting = true; in grcan_initiate_running_reset() 1028 if (priv->closing || priv->resetting) { in grcan_set_mode() 1082 priv->resetting = false; in grcan_open() 1141 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up() 1291 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | zoned.out | 50 (5) resetting the second zone 51 After resetting a zone:
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | error_code_test.cpp | 89 "Resolution": "Resubmit the request. If the problem persists, consider resetting the service." in TEST() 132 "Resolution": "Resubmit the request. If the problem persists, consider resetting the service." in TEST()
|
H A D | dbus_utils.cpp | 89 … "Resolution": "Resubmit the request. If the problem persists, consider resetting the service." in TEST()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/ |
H A D | bcu_1.1.100.bb | 5 Features like resetting the board, selecting the boot mode, \
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-scsi.h | 84 int resetting; /* written from main loop thread, read from any thread */ member
|
/openbmc/linux/drivers/input/misc/ |
H A D | cm109.c | 117 unsigned resetting:1; member 623 if (!dev->resetting) in cm109_input_ev() 856 dev->resetting = 1; in cm109_usb_pre_reset() 868 dev->resetting = 0; in cm109_usb_post_reset()
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 507 priv(dev)->resetting = 1; in ether1_init_for_open() 910 if (priv(dev)->resetting == 0) in ether1_interrupt() 913 priv(dev)->resetting += 1; in ether1_interrupt() 919 if (priv(dev)->resetting == 2) in ether1_interrupt() 920 priv(dev)->resetting = 0; in ether1_interrupt()
|
H A D | ether1.h | 44 unsigned char resetting; member
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm92.rst | 44 control the thresholds for resetting alarms.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/ |
H A D | 0004-fix-corstone1000-clean-the-cache-and-disable-interru.patch | 9 This adds proper sequence before resetting the platform.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fsi | 45 Provides a means of resetting the cfam that is attached to the
|
H A D | sysfs-block-zram | 21 The reset file is write-only and allows resetting the 47 compressed data. For resetting the value, you should write
|
H A D | sysfs-bus-cdx | 36 On resetting the device, the corresponding driver is notified
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 51 prior to resetting the board.
|
/openbmc/qemu/docs/devel/migration/ |
H A D | best-practices.rst | 31 resetting a VM, the old firmware is used. Only once QEMU has been restarted
|
/openbmc/linux/Documentation/networking/device_drivers/qlogic/ |
H A D | qlge.rst | 117 devlink tool has to wait for 5 secs for the resetting to be
|
/openbmc/linux/Documentation/i2c/ |
H A D | fault-codes.rst | 14 some cases, such as re-initializing (and maybe resetting). After such 63 SMBus adapter) needs some fault recovery (such as resetting),
|
/openbmc/linux/drivers/clk/baikal-t1/ |
H A D | Kconfig | 8 responsible for the chip subsystems clocking and resetting. It
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | README | 59 After resetting the board, the ethxaddrs will be filled with the mac addresses
|