sys/scsi/st.c
1024
struct st_softc *sc;
sys/scsi/st.c
1061
struct st_softc *st;
sys/scsi/st.c
1263
st_read(struct st_softc *st, char *buf, int size, int flags)
sys/scsi/st.c
1300
st_read_block_limits(struct st_softc *st, int flags)
sys/scsi/st.c
1356
st_mode_sense(struct st_softc *st, int flags)
sys/scsi/st.c
1417
st_mode_select(struct st_softc *st, int flags)
sys/scsi/st.c
1532
st_erase(struct st_softc *st, int full, int flags)
sys/scsi/st.c
1572
st_space(struct st_softc *st, int number, u_int what, int flags)
sys/scsi/st.c
1703
st_write_filemarks(struct st_softc *st, int number, int flags)
sys/scsi/st.c
1763
st_check_eod(struct st_softc *st, int position, int *nmarks, int flags)
sys/scsi/st.c
1788
st_load(struct st_softc *st, u_int type, int flags)
sys/scsi/st.c
1835
st_rewind(struct st_softc *st, u_int immediate, int flags)
sys/scsi/st.c
1878
struct st_softc *st = link->device_softc;
sys/scsi/st.c
2064
st_touch_tape(struct st_softc *st)
sys/scsi/st.c
211
int st_mount_tape(struct st_softc *, int);
sys/scsi/st.c
212
void st_unmount(struct st_softc *, int, int);
sys/scsi/st.c
213
int st_decide_mode(struct st_softc *, int);
sys/scsi/st.c
215
int st_read(struct st_softc *, char *, int, int);
sys/scsi/st.c
216
int st_read_block_limits(struct st_softc *, int);
sys/scsi/st.c
217
int st_mode_sense(struct st_softc *, int);
sys/scsi/st.c
218
int st_mode_select(struct st_softc *, int);
sys/scsi/st.c
219
int st_space(struct st_softc *, int, u_int, int);
sys/scsi/st.c
220
int st_write_filemarks(struct st_softc *, int, int);
sys/scsi/st.c
221
int st_check_eod(struct st_softc *, int, int *, int);
sys/scsi/st.c
222
int st_load(struct st_softc *, u_int, int);
sys/scsi/st.c
223
int st_rewind(struct st_softc *, u_int, int);
sys/scsi/st.c
225
int st_touch_tape(struct st_softc *);
sys/scsi/st.c
226
int st_erase(struct st_softc *, int, int);
sys/scsi/st.c
229
sizeof(struct st_softc), stmatch, stattach,
sys/scsi/st.c
240
#define stlookup(unit) (struct st_softc *)device_lookup(&st_cd, (unit))
sys/scsi/st.c
267
struct st_softc *st = (void *)self;
sys/scsi/st.c
324
struct st_softc *st = (struct st_softc *)self;
sys/scsi/st.c
339
struct st_softc *st = (struct st_softc *)self;
sys/scsi/st.c
365
struct st_softc *st;
sys/scsi/st.c
450
struct st_softc *st;
sys/scsi/st.c
497
st_mount_tape(struct st_softc *st, int flags)
sys/scsi/st.c
593
st_unmount(struct st_softc *st, int eject, int rewind)
sys/scsi/st.c
626
st_decide_mode(struct st_softc *st, int first_read)
sys/scsi/st.c
739
struct st_softc *st;
sys/scsi/st.c
815
struct st_softc *st = link->device_softc;
sys/scsi/st.c
964
struct st_softc *st = xs->sc_link->device_softc;