Home
last modified time | relevance | path

Searched refs:do_wait (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.c365 int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
401 if (do_wait) { in st_do_scsi()
653 static int test_ready(Scsi_Tape *STp, int do_wait) in test_ready() argument
660 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
731 int i, retval, new_session = FALSE, do_wait; in check_tape() local
754 do_wait = (blocking_open && (filp->f_flags & O_NONBLOCK) == 0); in check_tape()
755 retval = test_ready(STp, do_wait); in check_tape()
Dosst.c311 unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) in osst_do_scsi() argument
349 if (do_wait) { in osst_do_scsi()