Home
last modified time | relevance | path

Searched refs:countToRead (Results 1 – 5 of 5) sorted by relevance

/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp320 if (req->countToRead > maxMessageSize - 1) in ipmiStorageReadFRUData()
332 if (req->countToRead + req->fruInventoryOffset < fruCache.size()) in ipmiStorageReadFRUData()
334 fromFRUByteLen = req->countToRead; in ipmiStorageReadFRUData()
340 size_t padByteLen = req->countToRead - fromFRUByteLen; in ipmiStorageReadFRUData()
342 *respPtr = req->countToRead; in ipmiStorageReadFRUData()
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp53 uint8_t countToRead; member
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp380 uint16_t fruInventoryOffset, uint8_t countToRead) in ipmiStorageReadFruData() argument
395 if (countToRead + fruInventoryOffset < fruCache.size()) in ipmiStorageReadFruData()
397 fromFruByteLen = countToRead; in ipmiStorageReadFruData()
H A Doemcommands.cpp577 std::optional<uint8_t> countToRead, in ipmiOEMGetDeviceInfo() argument
591 if (!countToRead || !offset) in ipmiOEMGetDeviceInfo()
610 if (*countToRead > (idString.size() - *offset)) in ipmiOEMGetDeviceInfo()
616 length = *countToRead; in ipmiOEMGetDeviceInfo()
635 if (countToRead || offset) in ipmiOEMGetDeviceInfo()
669 if (countToRead || offset) in ipmiOEMGetDeviceInfo()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp368 uint16_t fruInventoryOffset, uint8_t countToRead) in ipmiStorageReadFruData() argument
382 if (countToRead + fruInventoryOffset < fru.size()) in ipmiStorageReadFruData()
384 fromFruByteLen = countToRead; in ipmiStorageReadFruData()