Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp649 padBytes = pldm::utils::getNumPadBytes(table.size()); in tableResize()
650 tempTable.resize(tempTable.size() + padBytes, 0); in tableResize()
698 size_t recordTableSize = table.size() - padBytes + 7; in getFRURecordByOption()
702 table.data(), table.size() - padBytes, fruData.data(), &recordTableSize, in getFRURecordByOption()
H A Dfru.hpp246 uint8_t padBytes = 0; member in pldm::responder::FruImpl
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp451 size_t padBytes = 0; in requestFwData() local
454 padBytes = offset + length - compSize; in requestFwData()
463 length - padBytes); in requestFwData()