Home
last modified time | relevance | path

Searched refs:ipmi_op (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/ipmi/
H A Dipmi.h34 enum ipmi_op { enum
135 int (*do_hw_op)(struct IPMIInterface *s, enum ipmi_op op, int checkonly);
/qemu/hw/ipmi/
H A Dipmi.c41 static int ipmi_do_hw_op(IPMIInterface *s, enum ipmi_op op, int checkonly) in ipmi_do_hw_op()