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) {
|