Lines Matching defs:read_bytes
400 size_t read_bytes;
405 read_bytes = 36;
408 status = snapscan_cmd (bus, fd, cmd, sizeof (cmd), data, &read_bytes);
449 pss->read_bytes = INQUIRY_RET_LEN_EPSON;
451 pss->read_bytes = INQUIRY_RET_LEN;
455 pss->read_bytes = INQUIRY_RET_LEN_5000;
458 pss->read_bytes = INQUIRY_RET_LEN;
464 pss->cmd[4] = pss->read_bytes;
471 &pss->read_bytes);
547 pss->read_bytes = 0;
1177 pss->read_bytes = pss->expected_read_bytes;
1180 READ_LEN, pss->buf, &pss->read_bytes);
1243 size_t read_bytes = 0;
1248 read_bytes = 20;
1252 data, &read_bytes);
1365 size_t read_bytes;
1431 read_bytes = expected_read_bytes;
1434 READ_LEN, buf, &read_bytes);
1443 if (read_bytes != expected_read_bytes) {
1444 DBG (DL_MAJOR_ERROR, "%s: read %lu of %lu calibration data\n", me, (u_long) read_bytes, (u_long) expected_read_bytes);
1518 size_t read_bytes;
1526 read_bytes = expected_read_bytes;
1529 READ_LEN, buf, &read_bytes);
1532 if(read_bytes != expected_read_bytes) {
1533 DBG (DL_MAJOR_ERROR, "%s: read %lu of %lu calibration data\n", me, (u_long) read_bytes, (u_long) expected_read_bytes);