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.cpp381 uint16_t presentCountdown = 0; in ipmiGetWatchdogTimer() local
401 presentCountdown = htole16(wdProp.timeRemaining / 100); in ipmiGetWatchdogTimer()
407 presentCountdown = initialCountdown; in ipmiGetWatchdogTimer()
411 presentCountdown = 0; in ipmiGetWatchdogTimer()
428 initialCountdown, presentCountdown); in ipmiGetWatchdogTimer()