Home
last modified time | relevance | path

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

/openbmc/libbej/test/include/
H A Dbej_common_test.hpp47 auto readLength = inputStream.readsome( in readBinaryFile() local
52 << " read length: " << readLength << "\n"; in readBinaryFile()
55 return readLength; in readBinaryFile()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp289 uint8_t readLength) in getSELEntry() argument
353 if (readLength == ipmi::sel::entireRecord) in getSELEntry()
361 readLength > ipmi::sel::selRecordSize) in getSELEntry()
367 auto minReadLength = std::min(diff, static_cast<int>(readLength)); in getSELEntry()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1622 auto readLength = std::min(diff, static_cast<int>(reqData->readLen)); in ipmiStorageGetSELEntry() local
1624 for (int i = 0; i < readLength; i++) in ipmiStorageGetSELEntry()