Home
last modified time | relevance | path

Searched defs:timeOut (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c489 int timeOut, /* how long to wait, mSec units */ in SendTimedI2cRequest()
589 int timeOut /* how long to wait, in mSec units */ in SendTimedEmpMessageResponse()
692 int timeOut, /* how long to wait, in mSec units*/ in SendTimedEmpMessageResponse_Ex()
838 int timeOut /* how long to wait, in mSec units */ in SendTimedLanMessageResponse()
941 int timeOut , /* how long to wait, in mSec units */ in SendTimedLanMessageResponse_Ex()
1081 int timeOut, /* how long to wait, in mSec units */ in SendTimedImbpRequest()
1250 DWORD timeOut, /* how long to wait for the message */ in GetAsyncImbpMessage()
1392 DWORD timeOut, /* how long to wait for the message */ in GetAsyncImbpMessage_Ex()
H A Dimbapi.h325 DWORD timeOut; /* in uSec units*/ member
356 DWORD timeOut; member
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp805 static const int timeOut = 10; in handleGenerateCSRAction() local