Home
last modified time | relevance | path

Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h477 unsigned char imageLength[HPMFWUPG_IMAGE_SIZE_BYTE_COUNT]; member
/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c1315 finishCmd.req.imageLength[0] = totalSent & 0xFF; in HpmFwupgActionUploadFirmware()
1316 finishCmd.req.imageLength[1] = (totalSent >> 8) & 0xFF; in HpmFwupgActionUploadFirmware()
1317 finishCmd.req.imageLength[2] = (totalSent >> 16) & 0xFF; in HpmFwupgActionUploadFirmware()
1318 finishCmd.req.imageLength[3] = (totalSent >> 24) & 0xFF; in HpmFwupgActionUploadFirmware()