Lines Matching defs:length
4774 length read. However, we do not actually try to read this byte of
4791 scsi_read_shading(Microtek2_Scanner *ms, uint8_t *buffer, uint32_t length)
4799 (void *) buffer, length, ms->word, ms->current_color, ms->dark);
4801 size = length;
4837 uint32_t length,
4847 (void *) shading_data, length, ms->word, ms->current_color, dark);
4849 cmd = (uint8_t *) malloc(SSI_CMD_L + length);
4851 (void *) cmd, SSI_CMD_L + length);
4864 SSI_SET_TRANSFERLENGTH(cmd, length);
4865 memcpy(cmd + SSI_CMD_L, shading_data, length);
4866 size = length;
5189 DBG(5, "scsi_sense_handler: Parameter list length error\n");
6362 uint32_t length,line;
6380 length = 3 * ms->lut_entry_size * mi->geo_width / mi->calib_divisor;
6384 *data = (uint8_t *) malloc(length);
6386 length, (void *) *data);