Home
last modified time | relevance | path

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

12

/dports/emulators/qemu/qemu-6.2.0/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
81 return watchdog_action; in get_watchdog_action()
89 switch (watchdog_action) { in watchdog_perform_action()
134 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu42/qemu-4.2.1/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu60/qemu-6.0.0/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu5/qemu-5.2.0/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/watchdog/
H A Dwatchdog.c34 static WatchdogAction watchdog_action = WATCHDOG_ACTION_RESET; variable
95 return watchdog_action; in get_watchdog_action()
103 switch (watchdog_action) { in watchdog_perform_action()
148 watchdog_action = action; in qmp_watchdog_set_action()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc.h312 #define IPMI_MC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
317 #define IPMI_MC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
323 unsigned char watchdog_action; member
H A Dbmc_app.c172 rdata[2] = mc->watchdog_action; in handle_get_watchdog_timer()
366 mc->watchdog_action = msg->data[1] & IPMI_MC_WATCHDOG_ACTION_MASK; in handle_set_watchdog_timer()
/dports/emulators/qemu42/qemu-4.2.1/hw/ipmi/
H A Dipmi_bmc_sim.c206 uint8_t watchdog_action; member
271 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
276 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1225 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1241 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
1925 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/emulators/qemu/qemu-6.2.0/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),
/dports/emulators/qemu60/qemu-6.0.0/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),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ipmi/
H A Dipmi_bmc_sim.c206 uint8_t watchdog_action; member
271 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
276 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1225 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1241 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
1925 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/emulators/qemu5/qemu-5.2.0/hw/ipmi/
H A Dipmi_bmc_sim.c189 uint8_t watchdog_action; member
254 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
259 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1188 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1204 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
2110 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ipmi/
H A Dipmi_bmc_sim.c188 uint8_t watchdog_action; member
253 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
258 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1187 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1203 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
1887 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ipmi/
H A Dipmi_bmc_sim.c188 uint8_t watchdog_action; member
253 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
258 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1187 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1203 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
1887 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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),
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ipmi/
H A Dipmi_bmc_sim.c204 uint8_t watchdog_action; member
269 #define IPMI_BMC_WATCHDOG_GET_PRE_ACTION(s) (((s)->watchdog_action >> 4) & 0x7)
274 #define IPMI_BMC_WATCHDOG_GET_ACTION(s) ((s)->watchdog_action & 0x7)
1210 ibs->watchdog_action = cmd[3] & IPMI_BMC_WATCHDOG_ACTION_MASK; in set_watchdog_timer()
1226 rsp_buffer_push(rsp, ibs->watchdog_action); in get_watchdog_timer()
2120 VMSTATE_UINT8(watchdog_action, IPMIBmcSim),
/dports/www/py-horizon/horizon-19.2.0/doc/source/admin/
H A Dmanage-flavors.rst144 | **Watchdog behavior** | hw:watchdog_action |
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus261 What: /sys/bus/greybus/devices/N-svc/watchdog_action
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus261 What: /sys/bus/greybus/devices/N-svc/watchdog_action
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus261 What: /sys/bus/greybus/devices/N-svc/watchdog_action
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dhmp-commands.hx1481 .name = "watchdog_action",
1490 @item watchdog_action
1491 @findex watchdog_action

12