Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/
H A Dipmievd.c93 uint16_t selwatch_lastid = 0; /* current last entry in the SEL */ variable
580 selwatch_lastid = selwatch_get_lastid(eintf->intf); in selwatch_setup()
581 lprintf(LOG_DEBUG, "Current SEL lastid is %04x", selwatch_lastid); in selwatch_setup()
624 selwatch_lastid = 0; in selwatch_check()
626 selwatch_lastid = selwatch_get_lastid(eintf->intf); in selwatch_check()
627 lprintf(LOG_DEBUG, "SEL count lowered, new SEL lastid is %04x", selwatch_lastid); in selwatch_check()
637 int next_id = selwatch_lastid; in selwatch_read()
661 if (curr_id != selwatch_lastid) in selwatch_read()
667 selwatch_lastid = curr_id; in selwatch_read()