Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c169 DWORD respLength; in open_imb() local
200 respLength = 16; in open_imb()
202 respBuffer, &respLength, &completionCode in open_imb()
210 if (respLength < (IPMI10_GET_DEVICE_ID_RESP_LENGTH-1)) in open_imb()
231 DWORD respLength; in open_imb() local
281 respLength = 16; in open_imb()
286 respBuffer, (int *)&respLength, &completionCode) in open_imb()
296 if (respLength < (IPMI10_GET_DEVICE_ID_RESP_LENGTH-1)) in open_imb()
499 DWORD respLength = sizeof( responseData ); in SendTimedI2cRequest() local
538 & respLength, in SendTimedI2cRequest()
[all …]
/openbmc/openpower-sbe-interface/
H A Dsbe_interfaces.cpp60 const size_t respLength = RESP_HEADER_LEN + READ_RESP_LENGTH; in read() local
61 std::array<sbe_word_t, respLength> response = {}; in read()
92 const size_t respLength = RESP_HEADER_LEN; in write() local
93 std::array<sbe_word_t, respLength> response = {}; in write()