Searched refs:countToRead (Results 1 – 5 of 5) sorted by relevance
320 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()
53 uint8_t countToRead; member
380 uint16_t fruInventoryOffset, uint8_t countToRead) in ipmiStorageReadFruData() argument395 if (countToRead + fruInventoryOffset < fruCache.size()) in ipmiStorageReadFruData()397 fromFruByteLen = countToRead; in ipmiStorageReadFruData()
577 std::optional<uint8_t> countToRead, in ipmiOEMGetDeviceInfo() argument591 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()
368 uint16_t fruInventoryOffset, uint8_t countToRead) in ipmiStorageReadFruData() argument382 if (countToRead + fruInventoryOffset < fru.size()) in ipmiStorageReadFruData()384 fromFruByteLen = countToRead; in ipmiStorageReadFruData()