Home
last modified time | relevance | path

Searched refs:IPMI_ASYNC_EVENT_RECV_TYPE (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/src/plugins/open/
H A Dopen.h45 #define IPMI_ASYNC_EVENT_RECV_TYPE 2 macro
/openbmc/linux/include/uapi/linux/
H A Dipmi.h180 #define IPMI_ASYNC_EVENT_RECV_TYPE 2 /* Something from the event queue */ macro
/openbmc/ipmitool/src/
H A Dipmievd.c453 if (recv.recv_type != IPMI_ASYNC_EVENT_RECV_TYPE) { in openipmi_read()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c4385 recv_msg->recv_type = IPMI_ASYNC_EVENT_RECV_TYPE; in copy_event_into_recv_msg()