Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c1106 unsigned int blockLength = 0x00; in HpmFwupgActionUploadFirmware() local
1204 blockLength = 0x00; in HpmFwupgActionUploadFirmware()
1207 pFwupgCtx, count, &imageOffset,&blockLength); in HpmFwupgActionUploadFirmware()
1242 if (imageOffset + blockLength > firmwareLength || in HpmFwupgActionUploadFirmware()
1243 imageOffset + blockLength < blockLength) { in HpmFwupgActionUploadFirmware()
1254 totalSent,imageOffset,blockLength,firmwareLength); in HpmFwupgActionUploadFirmware()
1261 lengthOfBlock = blockLength; in HpmFwupgActionUploadFirmware()
1266 displayFWLength = blockLength + totalSent; in HpmFwupgActionUploadFirmware()
1280 if (imageOffset || blockLength) { in HpmFwupgActionUploadFirmware()
1282 imageOffset,blockLength); in HpmFwupgActionUploadFirmware()
[all …]
/openbmc/libbej/include/libbej/
H A Dbej_decoder_core.h207 const uint8_t* encodedPldmBlock, uint32_t blockLength,
/openbmc/libbej/src/
H A Dbej_decoder_core.c821 const uint8_t* encodedPldmBlock, uint32_t blockLength, in bejDecodePldmBlock() argument
841 if (blockLength < pldmHeaderSize) in bejDecodePldmBlock()
843 fprintf(stderr, "Invalid pldm block size: %u\n", blockLength); in bejDecodePldmBlock()
879 uint32_t streamLen = blockLength - pldmHeaderSize; in bejDecodePldmBlock()