Searched refs:imageOffset (Results 1 – 1 of 1) sorted by relevance
1105 unsigned int imageOffset = 0x00; in HpmFwupgActionUploadFirmware() local1203 imageOffset = 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()1259 if (imageOffset != 0x00) { in HpmFwupgActionUploadFirmware()1262 pDataTemp = pDataInitial + imageOffset; in HpmFwupgActionUploadFirmware()1280 if (imageOffset || blockLength) { in HpmFwupgActionUploadFirmware()1282 imageOffset,blockLength); in HpmFwupgActionUploadFirmware()[all …]