Lines Matching full:sel

92 uint16_t selwatch_count = 0;	/* number of entries in the SEL */
93 uint16_t selwatch_lastid = 0; /* current last entry in the SEL */
94 int selwatch_pctused = 0; /* current percent usage in the SEL */
95 int selwatch_overflow = 0; /* SEL overflow */
111 /* Data from SEL we are interested in */
143 .name = "sel",
144 .desc = "Poll SEL for notification of events",
167 lprintf(LOG_NOTICE, "\ttimeout=# Time between checks for SEL polling method [default=10]"); in ipmievd_usage()
497 /** SEL Watch Functions **/
512 lprintf(LOG_ERR, "Get SEL Info command failed"); in selwatch_get_data()
516 lprintf(LOG_ERR, "Get SEL Info command failed: %s", in selwatch_get_data()
526 lprintf(LOG_DEBUG, "SEL count is %d", data->entries); in selwatch_get_data()
527 lprintf(LOG_DEBUG, "SEL freespace is %d", freespace); in selwatch_get_data()
528 lprintf(LOG_DEBUG, "SEL Percent Used: %d%%\n", data->pctused); in selwatch_get_data()
529 lprintf(LOG_DEBUG, "SEL Overflow: %s", data->overflow ? "true" : "false"); in selwatch_get_data()
546 lprintf(LOG_DEBUG, "SEL Next ID: %04x", curr_id); in selwatch_get_lastid()
563 lprintf(LOG_DEBUG, "SEL lastid is %04x", curr_id); in selwatch_get_lastid()
573 /* save current sel record count */ in selwatch_setup()
578 lprintf(LOG_DEBUG, "Current SEL count is %d", selwatch_count); in selwatch_setup()
581 lprintf(LOG_DEBUG, "Current SEL lastid is %04x", selwatch_lastid); in selwatch_setup()
584 …lprintf(LOG_WARNING, "SEL buffer used at %d%%, please consider clearing the SEL buffer", selwatch_… in selwatch_setup()
587 …lprintf(LOG_ALERT, "SEL buffer overflow, no SEL message can be logged until the SEL buffer is clea… in selwatch_setup()
593 lprintf(LOG_ERR, "Unable to retrieve SEL data"); in selwatch_setup()
599 * this is done by reading sel info and comparing
600 * the sel count value to what we currently know
615 lprintf(LOG_NOTICE, "SEL overflow is cleared"); in selwatch_check()
617 …lprintf(LOG_ALERT, "SEL buffer overflow, no new SEL message will be logged until the SEL buffer is… in selwatch_check()
620 …lprintf(LOG_WARNING, "SEL buffer is %d%% full, please consider clearing the SEL buffer", selwatch_… in selwatch_check()
623 lprintf(LOG_DEBUG, "SEL count is 0 (old=%d), resetting lastid to 0", old_count); in selwatch_check()
627 lprintf(LOG_DEBUG, "SEL count lowered, new SEL lastid is %04x", selwatch_lastid); in selwatch_check()
645 lprintf(LOG_DEBUG, "SEL Read ID: %04x", curr_id); in selwatch_read()
826 eintf = ipmi_event_intf_load("sel"); in ipmievd_sel_main()
869 { ipmievd_sel_main, "sel", "Poll SEL for notification of events" },