Searched refs:padBytes (Results 1 – 4 of 4) sorted by relevance
353 padBytes = pldm::utils::getNumPadBytes(table.size()); in tableResize()354 tempTable.resize(tempTable.size() + padBytes, 0); in tableResize()402 size_t recordTableSize = table.size() - padBytes + 7; in getFRURecordByOption()406 table.data(), table.size() - padBytes, fruData.data(), &recordTableSize, in getFRURecordByOption()
225 uint8_t padBytes = 0; member in pldm::responder::FruImpl
430 size_t padBytes = 0; in requestFwData() local433 padBytes = offset + length - compSize; in requestFwData()442 length - padBytes); in requestFwData()
221 u8 padBytes[6]; /* Padding */ member