Home
last modified time | relevance | path

Searched refs:ST_EOD_2 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.h144 #define ST_EOD_2 6 macro
Dst.c1672 STps->eof = ST_EOD_2; in read_tape()
1706 STps->eof = ST_EOD_2; /* First BLANK_CHECK after FM */ in read_tape()
1912 STps->eof = ST_EOD_2; in st_read()
1916 } else if (STps->eof == ST_EOD_2) in st_read()
Dosst.c3639 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD_2:ST_FM; in osst_read()
3645 STps->eof = ST_EOD_2; in osst_read()
3650 else if (STps->eof == ST_EOD_2) in osst_read()