Home
last modified time | relevance | path

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

/openbmc/libbej/test/include/
H A Dbej_common_test.hpp44 auto readLength = inputStream.readsome( in readBinaryFile() local
49 << " read length: " << readLength << "\n"; in readBinaryFile()
52 return readLength; in readBinaryFile()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp361 if (requestData->readLength == ipmi::sel::entireRecord) in getSELEntry()
369 requestData->readLength > ipmi::sel::selRecordSize) in getSELEntry()
376 auto readLength = in getSELEntry() local
377 std::min(diff, static_cast<int>(requestData->readLength)); in getSELEntry()
384 readLength); in getSELEntry()
385 *data_len = sizeof(record.nextRecordID) + readLength; in getSELEntry()
H A Dselutility.hpp69 uint8_t readLength; //!< Bytes to read. member
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1620 auto readLength = std::min(diff, static_cast<int>(reqData->readLen)); in ipmiStorageGetSELEntry() local
1622 for (int i = 0; i < readLength; i++) in ipmiStorageGetSELEntry()