Home
last modified time | relevance | path

Searched refs:test_unit_ready (Results 1 - 25 of 27) sorted by relevance

12

/third_party/backends/backend/
H A Dibm-scsi.c140 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 Dricoh-scsi.c126 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 Dabaton.c151 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 Dapple.c221 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 Dcanon-scsi.c46 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 Ddmc.c217 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 Dpie-scsidef.h276 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) }; variable
H A Dma1509.c252 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 Dtamarack.c130 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 Dcoolscan-scsidef.h191 static scsiblk test_unit_ready =
H A Dsnapscan-scsi.c607 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 Dartec.c134 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 Dnec.c379 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 Dsharp.c519 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 Dibm.c173 status = test_unit_ready (fd); in attach()
H A Dumax-scsidef.h433 static scsiblk test_unit_ready = { test_unit_readyC,sizeof(test_unit_readyC) }; variable
H A Dricoh.c154 status = test_unit_ready (fd); in attach()
H A Dhs2p.c1040 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 Dpie.c2354 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 Dhs2p-scsi.c301 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 Dbh.c452 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 Dcoolscan.c282 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 Davision.c1695 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 Dcanon.c73 . . - test_unit_ready
678 status = test_unit_ready (fd); in attach()
/third_party/backends/sanei/
H A Dsanei_scsi.c4841 /* 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()

Completed in 77 milliseconds

12