Searched refs:eintf (Results 1 – 1 of 1) sorted by relevance
103 int (*setup)(struct ipmi_event_intf * eintf);104 int (*wait)(struct ipmi_event_intf * eintf);105 int (*read)(struct ipmi_event_intf * eintf);106 int (*check)(struct ipmi_event_intf * eintf);107 void (*log)(struct ipmi_event_intf * eintf, struct sel_event_record * evt);118 static void log_event(struct ipmi_event_intf * eintf, struct sel_event_record * evt);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);138 static int selwatch_setup(struct ipmi_event_intf * eintf);[all …]