tag | line | file | source code |
eof_hit | 435 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 447 | drivers/scsi/st.c | if ((STp->eof == ST_FM) && !STp->eof_hit) { |
eof_hit | 451 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 457 | drivers/scsi/st.c | else if ((STp->eof == ST_FM) && !STp->eof_hit) { |
eof_hit | 567 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 843 | drivers/scsi/st.c | else if ((STp->eof == ST_FM) && !STp->eof_hit) |
eof_hit | 1242 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 1388 | drivers/scsi/st.c | STp->eof_hit = 1; |
eof_hit | 2044 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 2048 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 2068 | drivers/scsi/st.c | STp->eof_hit = 0; |
eof_hit | 2506 | drivers/scsi/st.c | if (STp->eof_hit) { |
eof_hit | 94 | drivers/scsi/st.h | unsigned char eof_hit; |