Searched defs:ipmi_recv (Results 1 – 4 of 4) sorted by relevance
279 struct ipmi_recv { struct280 int recv_type; /* Is this a command, response or an283 unsigned char __user *addr; /* Address the message was from is put286 unsigned int addr_len; /* The size of the address buffer.314 struct ipmi_recv) argument
93 struct ipmi_recv { struct100 #define IPMICTL_RECEIVE_MSG _IOWR(IPMI_IOC_MAGIC, 12, struct ipmi_recv) argument
84 struct ipmi_recv { struct92 struct ipmi_recv) argument
200 int (*copyout)(struct ipmi_recv *, void __user *), in handle_recv()