Searched refs:timeOut (Results 1 – 4 of 4) sorted by relevance
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 325 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 D | imbapi.c | 489 int timeOut, /* how long to wait, mSec units */ in SendTimedI2cRequest() argument 530 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedI2cRequest() 589 int timeOut /* how long to wait, in mSec units */ in SendTimedEmpMessageResponse() argument 642 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse() 692 int timeOut, /* how long to wait, in mSec units*/ in SendTimedEmpMessageResponse_Ex() argument 788 req->timeOut = timeOut * 1000; /* convert to uSec units */ in SendTimedEmpMessageResponse_Ex() 838 int timeOut /* how long to wait, in mSec units */ in SendTimedLanMessageResponse() argument 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() [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | certificate_service.hpp | 842 static const int timeOut = 10; in handleGenerateCSRAction() local 846 std::to_string(timeOut)); in handleGenerateCSRAction() 852 timeout.expires_after(std::chrono::seconds(timeOut)); in handleGenerateCSRAction()
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 526 timedOutValid & boolean (\textbf{optional}) & Whether the "timeOut" field in the Processor Error Ch…
|