Home
last modified time | relevance | path

Searched refs:platform_event_msg (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_event.c57 ipmi_event_msg_print(struct ipmi_intf * intf, struct platform_event_msg * pmsg) in ipmi_event_msg_print()
82 ipmi_send_platform_event(struct ipmi_intf * intf, struct platform_event_msg * emsg) in ipmi_send_platform_event()
101 memcpy(rqdata+1, emsg, sizeof(struct platform_event_msg)); in ipmi_send_platform_event()
105 memcpy(rqdata, emsg, sizeof(struct platform_event_msg)); in ipmi_send_platform_event()
159 struct platform_event_msg emsg; in ipmi_send_platform_event_num()
161 memset(&emsg, 0, sizeof(struct platform_event_msg)); in ipmi_send_platform_event_num()
242 struct platform_event_msg emsg; in ipmi_event_fromsensor()
251 memset(&emsg, 0, sizeof(struct platform_event_msg)); in ipmi_event_fromsensor()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_event.h47 struct platform_event_msg { struct
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c1567 static void platform_event_msg(IPMIBmcSim *ibs, in platform_event_msg() function
1986 [IPMI_CMD_PLATFORM_EVENT_MSG] = { platform_event_msg, 10 },