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...] |