Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dst.h145 #define ST_EOD 7 macro
Dosst.c1148 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk()
1256 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_sector()
3559 if (STps->eof < ST_EOD) { in osst_read()
3651 STps->eof = ST_EOD; in osst_read()
4187 STps->eof = ST_EOD; in osst_int_ioctl()
4197 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_FM; in osst_int_ioctl()
4230 STps->eof = ST_EOD; in osst_int_ioctl()
4246 STps->eof = ST_EOD; in osst_int_ioctl()
Dst.c1843 if (STps->eof < ST_EOD) { in st_read()
1917 STps->eof = ST_EOD; in st_read()
2665 STps->eof = ST_EOD; in st_int_ioctl()
2736 STps->eof = ST_EOD; in st_int_ioctl()
2754 STps->eof = ST_EOD; in st_int_ioctl()
DChangeLog945 * st.h: Add ST_EOD symbol.