Searched refs:do_hw_op (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/ipmi/ |
H A D | ipmi_bmc_extern.c | 256 k->do_hw_op(s, IPMI_POWEROFF_CHASSIS, 0); in handle_hw_op() 260 k->do_hw_op(s, IPMI_RESET_CHASSIS, 0); in handle_hw_op() 272 k->do_hw_op(s, IPMI_SEND_NMI, 0); in handle_hw_op() 276 k->do_hw_op(s, IPMI_SHUTDOWN_VIA_ACPI_OVERTEMP, 0); in handle_hw_op() 397 if (k->do_hw_op(ibe->parent.intf, IPMI_POWEROFF_CHASSIS, 1) == 0) { in chr_event() 400 if (k->do_hw_op(ibe->parent.intf, IPMI_SHUTDOWN_VIA_ACPI_OVERTEMP, 1) in chr_event() 404 if (k->do_hw_op(ibe->parent.intf, IPMI_RESET_CHASSIS, 1) == 0) { in chr_event() 407 if (k->do_hw_op(ibe->parent.intf, IPMI_SEND_NMI, 1) == 0) { in chr_event()
|
H A D | ipmi_bmc_sim.c | 713 k->do_hw_op(s, IPMI_SEND_NMI, 0); in ipmi_sim_handle_timeout() 752 k->do_hw_op(s, IPMI_RESET_CHASSIS, 0); in ipmi_sim_handle_timeout() 759 k->do_hw_op(s, IPMI_POWEROFF_CHASSIS, 0); in ipmi_sim_handle_timeout() 766 k->do_hw_op(s, IPMI_POWERCYCLE_CHASSIS, 0); in ipmi_sim_handle_timeout() 804 rsp_buffer_set_error(rsp, k->do_hw_op(s, IPMI_POWEROFF_CHASSIS, 0)); in chassis_control() 807 rsp_buffer_set_error(rsp, k->do_hw_op(s, IPMI_POWERON_CHASSIS, 0)); in chassis_control() 810 rsp_buffer_set_error(rsp, k->do_hw_op(s, IPMI_POWERCYCLE_CHASSIS, 0)); in chassis_control() 813 rsp_buffer_set_error(rsp, k->do_hw_op(s, IPMI_RESET_CHASSIS, 0)); in chassis_control() 816 rsp_buffer_set_error(rsp, k->do_hw_op(s, IPMI_PULSE_DIAG_IRQ, 0)); in chassis_control() 819 rsp_buffer_set_error(rsp, k->do_hw_op(s, in chassis_control() [all …]
|
H A D | ipmi.c | 85 ik->do_hw_op = ipmi_do_hw_op; in ipmi_interface_class_init()
|
/qemu/include/hw/ipmi/ |
H A D | ipmi.h | 150 int (*do_hw_op)(struct IPMIInterface *s, enum ipmi_op op, int checkonly); member
|