Searched refs:padBytes (Results 1 – 3 of 3) sorted by relevance
649 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()
246 uint8_t padBytes = 0; member in pldm::responder::FruImpl
451 size_t padBytes = 0; in requestFwData() local454 padBytes = offset + length - compSize; in requestFwData()463 length - padBytes); in requestFwData()