Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dipmivar.h75 struct ipmi_if { struct
76 const char *name;
77 int nregs;
78 void (*buildmsg)(struct ipmi_cmd *);
79 int (*sendmsg)(struct ipmi_cmd *);
80 int (*recvmsg)(struct ipmi_cmd *);
81 int (*reset)(struct ipmi_softc *);
82 int (*probe)(struct ipmi_softc *);
106 struct ipmi_if *sc_if; /* Interface layer */ argument