Lines Matching refs:ipmi_event_intf

99 struct ipmi_event_intf {  struct
103 int (*setup)(struct ipmi_event_intf * eintf); argument
104 int (*wait)(struct ipmi_event_intf * eintf); argument
105 int (*read)(struct ipmi_event_intf * eintf); argument
106 int (*check)(struct ipmi_event_intf * eintf); argument
107 void (*log)(struct ipmi_event_intf * eintf, struct sel_event_record * evt); argument
118 static void log_event(struct ipmi_event_intf * eintf, struct sel_event_record * evt); argument
122 static int openipmi_setup(struct ipmi_event_intf * eintf);
123 static int openipmi_wait(struct ipmi_event_intf * eintf);
124 static int openipmi_read(struct ipmi_event_intf * eintf);
125 static struct ipmi_event_intf openipmi_event_intf = {
138 static int selwatch_setup(struct ipmi_event_intf * eintf);
139 static int selwatch_wait(struct ipmi_event_intf * eintf);
140 static int selwatch_read(struct ipmi_event_intf * eintf);
141 static int selwatch_check(struct ipmi_event_intf * eintf);
142 static struct ipmi_event_intf selwatch_event_intf = {
153 struct ipmi_event_intf * ipmi_event_intf_table[] = {
180 static struct ipmi_event_intf *
183 struct ipmi_event_intf ** intf; in ipmi_event_intf_load()
184 struct ipmi_event_intf * i; in ipmi_event_intf_load()
218 log_event(struct ipmi_event_intf * eintf, struct sel_event_record * evt) in log_event()
398 openipmi_setup(struct ipmi_event_intf * eintf) in openipmi_setup()
423 openipmi_read(struct ipmi_event_intf * eintf) in openipmi_read()
467 openipmi_wait(struct ipmi_event_intf * eintf) in openipmi_wait()
569 selwatch_setup(struct ipmi_event_intf * eintf) in selwatch_setup()
603 selwatch_check(struct ipmi_event_intf * eintf) in selwatch_check()
634 selwatch_read(struct ipmi_event_intf * eintf) in selwatch_read()
672 selwatch_wait(struct ipmi_event_intf * eintf) in selwatch_wait()
699 ipmievd_main(struct ipmi_event_intf * eintf, int argc, char ** argv) in ipmievd_main()
824 struct ipmi_event_intf * eintf; in ipmievd_sel_main()
846 struct ipmi_event_intf * eintf; in ipmievd_open_main()