Home
last modified time | relevance | path

Searched refs:ST_EOD (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dst.h185 #define ST_EOD 7 macro
Dosst.c1342 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk()
1450 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_sector()
3765 if (STps->eof < ST_EOD) { in osst_read()
3857 STps->eof = ST_EOD; in osst_read()
4368 STps->eof = ST_EOD; in osst_int_ioctl()
4378 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_FM; in osst_int_ioctl()
4411 STps->eof = ST_EOD; in osst_int_ioctl()
4427 STps->eof = ST_EOD; in osst_int_ioctl()
Dst.c2076 if (STps->eof < ST_EOD) { in st_read()
2153 STps->eof = ST_EOD; in st_read()
2906 STps->eof = ST_EOD; in st_int_ioctl()
2985 STps->eof = ST_EOD; in st_int_ioctl()
3003 STps->eof = ST_EOD; in st_int_ioctl()
/linux-3.4.99/Documentation/scsi/
DChangeLog.1992-1997945 * st.h: Add ST_EOD symbol.