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

  /src/sys/dev/scsipi/
st.c 360 static int st_setpos(struct st_softc *, int, uint32_t *);
1629 error = st_setpos(st, 0, (uint32_t *)arg);
1632 error = st_setpos(st, 1, (uint32_t *)arg);
2112 st_setpos(struct st_softc *st, int hard, uint32_t *blkptr) function in typeref:typename:int
st.c 360 static int st_setpos(struct st_softc *, int, uint32_t *);
1629 error = st_setpos(st, 0, (uint32_t *)arg);
1632 error = st_setpos(st, 1, (uint32_t *)arg);
2112 st_setpos(struct st_softc *st, int hard, uint32_t *blkptr) function in typeref:typename:int

Completed in 24 milliseconds