Home
last modified time | relevance | path

Searched refs:watchdog_expired (Results 1 – 13 of 13) sorted by relevance

/dports/devel/librelp/librelp-1.10.0/tests/
H A Dreceive.c87 watchdog_expired(LIBRELP_ATTR_UNUSED const int sig) in watchdog_expired() function
396 hdlr_enable(SIGALRM, watchdog_expired); in main()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc_app.c174 rdata[4] = mc->watchdog_expired; in handle_get_watchdog_timer()
233 mc->watchdog_expired |= (1 << IPMI_MC_WATCHDOG_GET_USE(mc)); in watchdog_timeout()
368 mc->watchdog_expired &= ~msg->data[3]; in handle_set_watchdog_timer()
H A Dbmc.h325 unsigned char watchdog_expired; member
/dports/emulators/qemu42/qemu-4.2.1/hw/ipmi/
H A Dipmi_bmc_sim.c208 bool watchdog_expired; member
772 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1227 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1243 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
1927 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu/qemu-6.2.0/hw/ipmi/
H A Dipmi_bmc_sim.c192 uint8_t watchdog_expired; member
736 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1191 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1207 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
2113 VMSTATE_UINT8(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu60/qemu-6.0.0/hw/ipmi/
H A Dipmi_bmc_sim.c192 bool watchdog_expired; member
736 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1191 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1207 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
2113 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu-utils/qemu-4.2.1/hw/ipmi/
H A Dipmi_bmc_sim.c208 bool watchdog_expired; member
772 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1227 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1243 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
1927 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu5/qemu-5.2.0/hw/ipmi/
H A Dipmi_bmc_sim.c191 bool watchdog_expired; member
735 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1190 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1206 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
2112 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/ipmi/
H A Dipmi_bmc_sim.c190 bool watchdog_expired; member
734 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1189 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1205 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
1889 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/ipmi/
H A Dipmi_bmc_sim.c190 bool watchdog_expired; member
734 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1189 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1205 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
1889 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/ipmi/
H A Dipmi_bmc_sim.c192 uint8_t watchdog_expired; member
736 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1191 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1207 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
2113 VMSTATE_UINT8(watchdog_expired, IPMIBmcSim),
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/ipmi/
H A Dipmi_bmc_sim.c206 bool watchdog_expired; member
768 ibs->watchdog_expired |= (1 << IPMI_BMC_WATCHDOG_GET_USE(ibs)); in ipmi_sim_handle_timeout()
1212 ibs->watchdog_expired &= ~cmd[5]; in set_watchdog_timer()
1228 rsp_buffer_push(rsp, ibs->watchdog_expired); in get_watchdog_timer()
2122 VMSTATE_BOOL(watchdog_expired, IPMIBmcSim),
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/
H A Dsmbios.h1036 ENUM(watchdog_expired, 8)