/third_party/backends/backend/ |
H A D | ibm-scsi.c | 140 test_unit_ready (int fd) in test_unit_ready() function 144 DBG (11, ">> test_unit_ready\n"); in test_unit_ready() 150 DBG (11, "<< test_unit_ready\n"); in test_unit_ready() 367 status = sanei_scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready),
|
H A D | ricoh-scsi.c | 126 test_unit_ready (int fd) in test_unit_ready() function 130 DBG (11, ">> test_unit_ready\n"); in test_unit_ready() 136 DBG (11, "<< test_unit_ready\n"); in test_unit_ready() 338 status = sanei_scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready),
|
H A D | abaton.c | 151 static const uint8_t test_unit_ready[] = variable 207 status = sanei_scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready), in wait_ready() 1400 status = sanei_scsi_cmd (s->fd, test_unit_ready, in sane_read() 1401 sizeof (test_unit_ready), 0, 0); in sane_read()
|
H A D | apple.c | 221 static const uint8_t test_unit_ready[] = variable 298 status = sanei_scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready), in wait_ready() 2589 status = sanei_scsi_cmd (s->fd, test_unit_ready, in sane_read() 2590 sizeof (test_unit_ready), 0, 0); in sane_read() 2652 sanei_scsi_cmd (s->fd, test_unit_ready, in sane_cancel() 2653 sizeof (test_unit_ready), 0, 0); in sane_cancel()
|
H A D | canon-scsi.c | 46 test_unit_ready (int fd) in test_unit_ready() function 50 DBG (31, ">> test_unit_ready\n"); in test_unit_ready() 55 DBG (31, "<< test_unit_ready\n"); in test_unit_ready() 621 while ((status = test_unit_ready (fd)) != SANE_STATUS_GOOD)
|
H A D | dmc.c | 217 static uint8_t const test_unit_ready[] = in DMCAttach() local 260 status = sanei_scsi_cmd(fd, test_unit_ready, sizeof(test_unit_ready), in DMCAttach()
|
H A D | pie-scsidef.h | 276 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) }; variable
|
H A D | ma1509.c | 252 test_unit_ready (Ma1509_Scanner * s) in test_unit_ready() function 261 DBG (1, "test_unit_ready: ma1509_cmd failed: %s\n", in test_unit_ready() 333 status = test_unit_ready (&s); in attach() 336 DBG (1, "attach: test_unit_ready device %s failed (%s)\n", devname, in attach() 1787 status = test_unit_ready (s); in sane_start() 1790 DBG (1, "sane_start: test_unit_ready failed: %s\n", in sane_start()
|
H A D | tamarack.c | 130 static const uint8_t test_unit_ready[] = variable 157 status = sanei_scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready), in wait_ready()
|
H A D | coolscan-scsidef.h | 191 static scsiblk test_unit_ready =
|
H A D | snapscan-scsi.c | 607 static SANE_Status test_unit_ready (SnapScan_Scanner *pss) in test_unit_ready() function 609 static const char *me = "test_unit_ready"; in test_unit_ready() 1304 status = test_unit_ready (pss); in wait_scanner_ready()
|
H A D | artec.c | 134 static const uint8_t test_unit_ready[] = variable 627 status = sanei_scsi_cmd (fd, test_unit_ready, in wait_ready() 628 sizeof (test_unit_ready), 0, 0); in wait_ready()
|
H A D | nec.c | 379 test_unit_ready (int fd) in test_unit_ready() function 383 DBG (11, "<< test_unit_ready "); in test_unit_ready() 965 while ((status = test_unit_ready (fd)) != SANE_STATUS_GOOD) in wait_ready() 1058 status = test_unit_ready (fd); in attach() 2936 status = test_unit_ready (s->fd); in sane_start()
|
H A D | sharp.c | 519 test_unit_ready (int fd) in test_unit_ready() function 523 DBG (11, "<< test_unit_ready "); in test_unit_ready() 1200 while ((status = test_unit_ready (fd)) != SANE_STATUS_GOOD) in wait_ready() 1365 status = test_unit_ready (fd); in attach() 3416 status = test_unit_ready (s->fd); in sane_start()
|
H A D | ibm.c | 173 status = test_unit_ready (fd); in attach()
|
H A D | umax-scsidef.h | 433 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) }; variable
|
H A D | ricoh.c | 154 status = test_unit_ready (fd); in attach()
|
H A D | hs2p.c | 1040 status = test_unit_ready (fd); in attach() 1883 if ((status = test_unit_ready (s->fd)) != SANE_STATUS_GOOD) in hs2p_open() 1885 DBG (DBG_error, "hs2p_open: test_unit_ready() failed: %s\n", in hs2p_open() 2951 if ((status = test_unit_ready (s->fd)) != SANE_STATUS_GOOD) in sane_start() 2953 DBG (DBG_error, "sane_start: test_unit_ready() failed: %s\n", in sane_start()
|
H A D | pie.c | 2354 sanei_scsi_cmd (scanner->sfd, test_unit_ready.cmd,
in pie_wait_scanner() 2355 test_unit_ready.size, NULL, NULL);
in pie_wait_scanner()
|
H A D | hs2p-scsi.c | 301 test_unit_ready (int fd) in test_unit_ready() function 305 DBG (DBG_proc, ">> test_unit_ready\n"); in test_unit_ready() 311 DBG (DBG_proc, "<< test_unit_ready\n"); in test_unit_ready()
|
H A D | bh.c | 452 test_unit_ready (int fd) in test_unit_ready() function 456 DBG (3, "test_unit_ready called\n"); in test_unit_ready() 2897 status = test_unit_ready (fd); in attach()
|
H A D | coolscan.c | 282 ret = do_scsi_cmd (s->sfd, test_unit_ready.cmd, in wait_scanner() 283 test_unit_ready.size, 0, 0); in wait_scanner()
|
H A D | avision.c | 1695 static const uint8_t test_unit_ready[] = variable 3300 status = avision_cmd (av_con, test_unit_ready, sizeof (test_unit_ready), in wait_ready()
|
H A D | canon.c | 73 . . - test_unit_ready 678 status = test_unit_ready (fd); in attach()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 4841 /* test_unit_ready on a busy unit returns error = 0 or 2 with in scsi_cmd() 4848 test_unit_ready commands are not counted. */ in scsi_cmd() 4884 static const u_char test_unit_ready[] = { 0, 0, 0, 0, 0, 0 }; in unit_ready() local 4887 status = scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready), in unit_ready() 5003 static const u_char test_unit_ready[] = { 0, 0, 0, 0, 0, 0 }; in unit_ready() local 5006 status = scsi_cmd (fd, test_unit_ready, sizeof (test_unit_ready), in unit_ready()
|