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

  /src/sys/dev/scsipi/
st.c 949 int nmarks; local in function:st_unmount
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1452 int number, nmarks, dsty; local in function:stioctl
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1530 error = st_space(st, number - nmarks,
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1897 * nmarks returns the number of marks to skip (or, if position
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags)
1907 *nmarks = 0
1930 int nmarks; local in function:st_load
1971 int nmarks; local in function:st_rewind
    [all...]
st.c 949 int nmarks; local in function:st_unmount
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1452 int number, nmarks, dsty; local in function:stioctl
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1530 error = st_space(st, number - nmarks,
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1897 * nmarks returns the number of marks to skip (or, if position
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags)
1907 *nmarks = 0
1930 int nmarks; local in function:st_load
1971 int nmarks; local in function:st_rewind
    [all...]
st.c 949 int nmarks; local in function:st_unmount
954 st_check_eod(st, FALSE, &nmarks, XS_CTL_IGNORE_NOT_READY);
1452 int number, nmarks, dsty; local in function:stioctl
1528 error = st_check_eod(st, FALSE, &nmarks, flags);
1530 error = st_space(st, number - nmarks,
1537 error = st_check_eod(st, true, &nmarks, flags);
1555 error = st_check_eod(st, FALSE, &nmarks, flags);
1897 * nmarks returns the number of marks to skip (or, if position
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags)
1907 *nmarks = 0
1930 int nmarks; local in function:st_load
1971 int nmarks; local in function:st_rewind
    [all...]

Completed in 139 milliseconds