Searched refs:ST_EOD (Results 1 – 4 of 4) sorted by relevance
210 #define ST_EOD 7 macro
1344 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_logical_blk()1452 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_NOEOF; in osst_seek_sector()3766 if (STps->eof < ST_EOD) { in osst_read()3858 STps->eof = ST_EOD; in osst_read()4369 STps->eof = ST_EOD; in osst_int_ioctl()4379 STps->eof = (STp->first_frame_position >= STp->eod_frame_ppos)?ST_EOD:ST_FM; in osst_int_ioctl()4412 STps->eof = ST_EOD; in osst_int_ioctl()4428 STps->eof = ST_EOD; in osst_int_ioctl()
2141 if (STps->eof < ST_EOD) { in st_read()2218 STps->eof = ST_EOD; in st_read()2989 STps->eof = ST_EOD; in st_int_ioctl()3068 STps->eof = ST_EOD; in st_int_ioctl()3086 STps->eof = ST_EOD; in st_int_ioctl()
945 * st.h: Add ST_EOD symbol.