Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog.cpp372 uint16_t presentCountdown = 0; in ipmiGetWatchdogTimer() local
392 presentCountdown = htole16(wd_prop.timeRemaining / 100); in ipmiGetWatchdogTimer()
398 presentCountdown = initialCountdown; in ipmiGetWatchdogTimer()
402 presentCountdown = 0; in ipmiGetWatchdogTimer()
419 initialCountdown, presentCountdown); in ipmiGetWatchdogTimer()