Home
last modified time | relevance | path

Searched defs:ipmi_recv (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/src/plugins/open/
H A Dopen.h68 struct ipmi_recv { struct
69 int recv_type;
70 unsigned char *addr;
71 unsigned int addr_len;
95 #define IPMICTL_RECEIVE_MSG_TRUNC _IOWR(IPMI_IOC_MAGIC, 11, struct ipmi_recv) argument
/openbmc/linux/include/uapi/linux/
H A Dipmi.h293 struct ipmi_recv { struct
294 int recv_type; /* Is this a command, response or an
297 unsigned char __user *addr; /* Address the message was from is put
300 unsigned int addr_len; /* The size of the address buffer.
328 struct ipmi_recv) argument
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_devintf.c200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv()