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

  /src/sys/dev/scsipi/
st.c 352 static int st_check_eod(struct st_softc *, boolean, int *, int);
767 error = st_check_eod(st, FALSE, &nm, 0);
820 SC_DEBUG(st->sc_periph, SCSIPI_DB3, ("error %d from st_check_eod\n", error));
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags) function in typeref:typename:int
1932 error = st_check_eod(st, FALSE, &nmarks, flags);
1974 error = st_check_eod(st, FALSE, &nmarks, flags)
    [all...]
st.c 352 static int st_check_eod(struct st_softc *, boolean, int *, int);
767 error = st_check_eod(st, FALSE, &nm, 0);
820 SC_DEBUG(st->sc_periph, SCSIPI_DB3, ("error %d from st_check_eod\n", error));
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags) function in typeref:typename:int
1932 error = st_check_eod(st, FALSE, &nmarks, flags);
1974 error = st_check_eod(st, FALSE, &nmarks, flags)
    [all...]

Completed in 22 milliseconds