tag | line | file | source code |
eof_hit | 431 | drivers/scsi/st.c | if ((STp->eof == ST_FM) && !STp->eof_hit) { |
eof_hit | 435 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 441 | drivers/scsi/st.c | else if ((STp->eof == ST_FM) && !STp->eof_hit) { |
eof_hit | 498 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 717 | drivers/scsi/st.c | if ((STp->eof == ST_FM) && !STp->eof_hit) |
eof_hit | 1082 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 1209 | drivers/scsi/st.c | STp->eof_hit = 1; |
eof_hit | 1674 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 1678 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 1690 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 1793 | drivers/scsi/st.c | if (STp->eof_hit) { |
eof_hit | 38 | drivers/scsi/st.h | unsigned char eof_hit; |