Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c1972 unsigned int timeoutSec1, timeoutSec2; in HpmfwupgQueryRollbackStatus() local
1995 timeoutSec1 = time(NULL); in HpmfwupgQueryRollbackStatus()
2015 && (timeoutSec2 - timeoutSec1 < rollbackTimeout)); in HpmfwupgQueryRollbackStatus()
2057 unsigned int timeoutSec1, timeoutSec2; in HpmfwupgQuerySelftestResult() local
2075 timeoutSec1 = time(NULL); in HpmfwupgQuerySelftestResult()
2095 && (timeoutSec2 - timeoutSec1 < selfTestTimeout)); in HpmfwupgQuerySelftestResult()
2127 unsigned int timeoutSec1, timeoutSec2; in HpmfwupgSendCmd() local
2142 timeoutSec1 = time(NULL); in HpmfwupgSendCmd()
2202 inaccessTimeoutCounter += (time(NULL) - timeoutSec1); in HpmfwupgSendCmd()
2203 timeoutSec1 = time(NULL); in HpmfwupgSendCmd()
[all …]