Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.cpp353 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()
H A Dfru.hpp225 uint8_t padBytes = 0; member in pldm::responder::FruImpl
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp430 size_t padBytes = 0; in requestFwData() local
433 padBytes = offset + length - compSize; in requestFwData()
442 length - padBytes); in requestFwData()
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c221 u8 padBytes[6]; /* Padding */ member