Home
last modified time | relevance | path

Searched refs:watchdog_action (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/watchdog/
H A Dwatchdog.c35 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
39 return watchdog_action; in get_watchdog_action()
47 trace_watchdog_perform_action(watchdog_action); in watchdog_perform_action()
49 switch (watchdog_action) { in watchdog_perform_action()
94 watchdog_action = action; in qmp_watchdog_set_action()
95 trace_watchdog_set_action(watchdog_action); in qmp_watchdog_set_action()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c190 uint8_t watchdog_action; member
255 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
260 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1189 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1205 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
2111 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/openbmc/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus261 What: /sys/bus/greybus/devices/N-svc/watchdog_action
/openbmc/linux/drivers/greybus/
H A Dsvc.c129 static DEVICE_ATTR_RW(watchdog_action);
/openbmc/qemu/
H A Dhmp-commands.hx1426 .name = "watchdog_action",
1435 ``watchdog_action``