Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/
H A Dipmievd.c92 uint16_t selwatch_count = 0; /* number of entries in the SEL */ variable
541 if (selwatch_count == 0) in selwatch_get_lastid()
575 selwatch_count = data.entries; in selwatch_setup()
578 lprintf(LOG_DEBUG, "Current SEL count is %d", selwatch_count); in selwatch_setup()
605 uint16_t old_count = selwatch_count; in selwatch_check()
611 selwatch_count = data.entries; in selwatch_check()
622 if (selwatch_count == 0) { in selwatch_check()
625 } else if (selwatch_count < old_count) { in selwatch_check()
630 return (selwatch_count > old_count); in selwatch_check()
640 if (selwatch_count == 0) in selwatch_read()