sys/scsi/st.c
1142
error = st_rewind(st, 0, flags);
sys/scsi/st.c
1804
return st_rewind(st, 0, flags);
sys/scsi/st.c
2088
if ((error = st_rewind(st, 0, 0)) != 0)
sys/scsi/st.c
223
int st_rewind(struct st_softc *, u_int, int);
sys/scsi/st.c
611
st_rewind(st, 0, SCSI_IGNORE_NOT_READY);