Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h325 DWORD timeOut; /* in uSec units*/ member
356 DWORD timeOut; member
562 int timeOut,
570 int timeOut,
584 DWORD timeOut,
592 DWORD timeOut,
618 int timeOut
625 int timeOut,
634 int timeOut
641 int timeOut ,
H A Dimbapi.c489 int timeOut, /* how long to wait, mSec units */ in SendTimedI2cRequest() argument
530 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedI2cRequest()
642 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse()
788 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse_Ex()
895 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedLanMessageResponse()
941 int timeOut , /* how long to wait, in mSec units */ in SendTimedLanMessageResponse_Ex() argument
1039 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedLanMessageResponse_Ex()
1108 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedImbpRequest()
1196 req->timeOut = 0; /* no timeouts for async sends */ in SendAsyncImbpRequest()
1270 req.timeOut = timeOut * 1000; /* convert to uSec units */ in GetAsyncImbpMessage()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp805 static const int timeOut = 10; in handleGenerateCSRAction() local
809 std::to_string(timeOut)); in handleGenerateCSRAction()
821 timeout.expires_after(std::chrono::seconds(timeOut)); in handleGenerateCSRAction()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex526 timedOutValid & boolean (\textbf{optional}) & Whether the "timeOut" field in the Processor Error Ch…