Searched refs:reserve_unit (Results 1 - 16 of 16) sorted by relevance
/third_party/backends/backend/ |
H A D | hs2p.h | 484 #define reserve_unit(fd) (unit_cmd((fd),HS2P_SCSI_RESERVE_UNIT)) macro
|
H A D | pie-scsidef.h | 284 static scsiblk reserve_unit = { reserve_unitC, sizeof(reserve_unitC) }; variable
|
H A D | s9036.c | 66 reserve_unit (int fd) in reserve_unit() function 72 DBG (3, "reserve_unit()\n"); in reserve_unit() 1163 status = reserve_unit (s->fd); in sane_start() 1166 DBG (1, "open: reserve_unit() failed: %s\n", sane_strstatus (status)); in sane_start()
|
H A D | canon-scsi.c | 119 reserve_unit (int fd) in reserve_unit() function 123 DBG (31, ">> reserve_unit\n"); in reserve_unit() 129 DBG (31, "<< reserve_unit\n"); in reserve_unit()
|
H A D | coolscan-scsidef.h | 201 static scsiblk reserve_unit =
|
H A D | agfafocus.c | 146 reserve_unit (int fd) in reserve_unit() function 163 DBG (3, "reserve_unit()\n"); in reserve_unit() 1943 status = reserve_unit (s->fd); in sane_start() 1946 DBG (1, "open: reserve_unit() failed: %s\n", sane_strstatus (status)); in sane_start()
|
H A D | snapscan-scsi.c | 619 static void reserve_unit (SnapScan_Scanner *pss) in reserve_unit() function 621 static const char *me = "reserve_unit"; in reserve_unit() 1196 reserve_unit(©); in get_focus()
|
H A D | umax-scsidef.h | 441 static scsiblk reserve_unit = { reserve_unitC, sizeof(reserve_unitC) }; variable
|
H A D | pie.c | 2478 sanei_scsi_cmd (scanner->sfd, reserve_unit.cmd, reserve_unit.size, NULL,
in pie_grab_scanner()
|
H A D | snapscan.c | 1678 reserve_unit(pss); in sane_start() 2556 * Raised the priority of a couple of DBG messages in reserve_unit() 2584 * I've also figured out that we need to use reserve_unit and
|
H A D | coolscan.c | 334 ret = do_scsi_cmd (s->sfd, reserve_unit.cmd, reserve_unit.size, NULL, 0); in coolscan_grab_scanner()
|
H A D | avision.c | 6740 reserve_unit (Avision_Scanner* s) in reserve_unit() function 6746 DBG (1, "reserve_unit:\n"); in reserve_unit() 6800 SANE_Status status2 = reserve_unit (s); 7534 status = reserve_unit (s); in reader_process() 7536 DBG (1, "reader_process: reserve_unit failed: %s\n", in reader_process()
|
H A D | canon.c | 714 status = reserve_unit (fd); in attach()
|
H A D | umax.c | 1659 status = umax_scsi_cmd(dev, reserve_unit.cmd, reserve_unit.size, NULL, NULL); in umax_grab_scanner()
|
H A D | hs2p.c | 2961 if ((status = reserve_unit (s->fd)) != SANE_STATUS_GOOD) in sane_start() 2963 DBG (DBG_error, "sane_start: reserve_unit() failed: %s\n", in sane_start()
|
H A D | sharp.c | 642 reserve_unit (int fd) 646 DBG (11, "<< reserve_unit ");
|
Completed in 79 milliseconds