HomeSort by: relevance | last modified time | path
    Searched defs:st_rewind (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
st.c 354 static int st_rewind(struct st_softc *, u_int, int);
955 st_rewind(st, 0, XS_CTL_IGNORE_NOT_READY);
1542 error = st_rewind(st, 0, flags);
1945 return st_rewind(st, 0, flags);
1967 st_rewind(struct st_softc *st, u_int immediate, int flags) function in typeref:typename:int
2472 if ((error = st_rewind(st, 0, 0)) != 0) {
st.c 354 static int st_rewind(struct st_softc *, u_int, int);
955 st_rewind(st, 0, XS_CTL_IGNORE_NOT_READY);
1542 error = st_rewind(st, 0, flags);
1945 return st_rewind(st, 0, flags);
1967 st_rewind(struct st_softc *st, u_int immediate, int flags) function in typeref:typename:int
2472 if ((error = st_rewind(st, 0, 0)) != 0) {

Completed in 25 milliseconds