Searched refs:cross_eof (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c655 static int cross_eof(struct scsi_tape * STp, int forward)
792 result = cross_eof(STp, 0); /* Back over the EOF hit */
1335 cross_eof(STp, 0);
1354 result = cross_eof(STp, 0);
1364 !(result = cross_eof(STp, 1))) ||
653 static int cross_eof(struct scsi_tape * STp, int forward) function
H A Dosst.c2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward)
3223 result = cross_eof(STp, aSRpnt, 0); /* Back over the EOF hit */
4863 result = cross_eof(STp, &SRpnt, 0);
4875 !(result = cross_eof(STp, &SRpnt, 1))) ||
5155 cross_eof(STp, &SRpnt, 0);
2852 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) function

Completed in 58 milliseconds