Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.cpp78 int ret = ::poll(&fds, 1, timeoutS * 1000); in copyFrom()
104 tv.tv_sec = timeoutS; in copyFrom()
H A Dnet_handler.hpp31 static constexpr int timeoutS = 5; member in ipmi_flash::NetDataHandler