Searched refs:nmarks (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/scsi/ |
H A D | st.c | 596 int nmarks; in st_unmount() local 1059 int nmarks; in stioctl() local 1129 error = st_check_eod(st, 0, &nmarks, flags); in stioctl() 1131 error = st_space(st, number - nmarks, in stioctl() 1764 *nmarks = 0; in st_check_eod() 1768 *nmarks = 1; in st_check_eod() 1771 *nmarks = 2; in st_check_eod() 1787 int error, nmarks; in st_load() local 1794 error = st_check_eod(st, 0, &nmarks, flags); in st_load() 1834 int error, nmarks; in st_rewind() local [all …]
|