Symbol: st_softc
sys/arch/usermode/dev/vaudio.c
166
sc->sc_play.st_softc = sc;
sys/arch/usermode/dev/vaudio.c
172
sc->sc_record.st_softc = sc;
sys/arch/usermode/dev/vaudio.c
204
struct vaudio_softc *sc = st->st_softc;
sys/arch/usermode/dev/vaudio.c
227
struct vaudio_softc *sc = st->st_softc;
sys/arch/usermode/dev/vaudio.c
58
struct vaudio_softc *st_softc;
sys/dev/scsipi/st.c
1104
struct st_softc *st = device_lookup_private(&st_cd, STUNIT(bp->b_dev));
sys/dev/scsipi/st.c
1188
struct st_softc *st = device_private(periph->periph_dev);
sys/dev/scsipi/st.c
1317
struct st_softc *st = device_private(periph->periph_dev);
sys/dev/scsipi/st.c
1373
struct st_softc *st = device_private(xs->xs_periph->periph_dev);
sys/dev/scsipi/st.c
1420
struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev));
sys/dev/scsipi/st.c
1433
struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev));
sys/dev/scsipi/st.c
1454
struct st_softc *st;
sys/dev/scsipi/st.c
1685
st_read(struct st_softc *st, char *bf, int size, int flags)
sys/dev/scsipi/st.c
1707
st_erase(struct st_softc *st, int full, int flags)
sys/dev/scsipi/st.c
1739
st_space(struct st_softc *st, int number, u_int what, int flags)
sys/dev/scsipi/st.c
1843
st_write_filemarks(struct st_softc *st, int number, int flags)
sys/dev/scsipi/st.c
1901
st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags)
sys/dev/scsipi/st.c
1924
st_load(struct st_softc *st, u_int type, int flags)
sys/dev/scsipi/st.c
1967
st_rewind(struct st_softc *st, u_int immediate, int flags)
sys/dev/scsipi/st.c
2007
st_updatefilepos(struct st_softc *st)
sys/dev/scsipi/st.c
2055
st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr)
sys/dev/scsipi/st.c
2112
st_setpos(struct st_softc *st, int hard, uint32_t *blkptr)
sys/dev/scsipi/st.c
2154
struct st_softc *st = device_private(periph->periph_dev);
sys/dev/scsipi/st.c
2429
st_touch_tape(struct st_softc *st)
sys/dev/scsipi/st.c
2494
st_mode_select(struct st_softc *st, int flags)
sys/dev/scsipi/st.c
339
static void st_identify_drive(struct st_softc *,
sys/dev/scsipi/st.c
341
static void st_loadquirks(struct st_softc *);
sys/dev/scsipi/st.c
343
static void st_unmount(struct st_softc *, boolean);
sys/dev/scsipi/st.c
344
static int st_decide_mode(struct st_softc *, boolean);
sys/dev/scsipi/st.c
349
static int st_read(struct st_softc *, char *, int, int);
sys/dev/scsipi/st.c
350
static int st_space(struct st_softc *, int, u_int, int);
sys/dev/scsipi/st.c
351
static int st_write_filemarks(struct st_softc *, int, int);
sys/dev/scsipi/st.c
352
static int st_check_eod(struct st_softc *, boolean, int *, int);
sys/dev/scsipi/st.c
353
static int st_load(struct st_softc *, u_int, int);
sys/dev/scsipi/st.c
354
static int st_rewind(struct st_softc *, u_int, int);
sys/dev/scsipi/st.c
356
static int st_touch_tape(struct st_softc *);
sys/dev/scsipi/st.c
357
static int st_erase(struct st_softc *, int full, int flags);
sys/dev/scsipi/st.c
358
static void st_updatefilepos(struct st_softc *);
sys/dev/scsipi/st.c
359
static int st_rdpos(struct st_softc *, int, uint32_t *);
sys/dev/scsipi/st.c
360
static int st_setpos(struct st_softc *, int, uint32_t *);
sys/dev/scsipi/st.c
382
struct st_softc *st = device_private(self);
sys/dev/scsipi/st.c
437
struct st_softc *st = device_private(self);
sys/dev/scsipi/st.c
482
st_identify_drive(struct st_softc *st, struct scsipi_inquiry_pattern *inqbuf)
sys/dev/scsipi/st.c
507
st_loadquirks(struct st_softc *st)
sys/dev/scsipi/st.c
540
struct st_softc *st;
sys/dev/scsipi/st.c
731
struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev));
sys/dev/scsipi/st.c
850
struct st_softc *st;
sys/dev/scsipi/st.c
946
st_unmount(struct st_softc *st, boolean eject)
sys/dev/scsipi/st.c
994
st_decide_mode(struct st_softc *st, boolean first_read)
sys/dev/scsipi/st_atapi.c
117
st_atapibus_ops(struct st_softc *st, int op, int flags)
sys/dev/scsipi/st_atapi.c
137
st_atapibus_mode_sense(struct st_softc *st, int flags)
sys/dev/scsipi/st_atapi.c
47
static int st_atapibus_ops(struct st_softc *, int, int);
sys/dev/scsipi/st_atapi.c
48
static int st_atapibus_mode_sense(struct st_softc *, int);
sys/dev/scsipi/st_atapi.c
52
sizeof(struct st_softc),
sys/dev/scsipi/st_atapi.c
84
struct st_softc *st = device_private(self);
sys/dev/scsipi/st_scsi.c
112
struct st_softc *st = device_private(self);
sys/dev/scsipi/st_scsi.c
119
st_scsibus_ops(struct st_softc *st, int op, int flags)
sys/dev/scsipi/st_scsi.c
143
st_scsibus_read_block_limits(struct st_softc *st, int flags)
sys/dev/scsipi/st_scsi.c
180
st_scsibus_mode_sense(struct st_softc *st, int flags)
sys/dev/scsipi/st_scsi.c
229
st_scsibus_cmprss(struct st_softc *st, int flags, int onoff)
sys/dev/scsipi/st_scsi.c
73
static int st_scsibus_ops(struct st_softc *, int, int);
sys/dev/scsipi/st_scsi.c
74
static int st_scsibus_read_block_limits(struct st_softc *, int);
sys/dev/scsipi/st_scsi.c
75
static int st_scsibus_mode_sense(struct st_softc *, int);
sys/dev/scsipi/st_scsi.c
76
static int st_scsibus_cmprss(struct st_softc *, int, int);
sys/dev/scsipi/st_scsi.c
80
sizeof(struct st_softc),
sys/dev/scsipi/stvar.h
181
int st_mode_select(struct st_softc *, int);
sys/dev/scsipi/stvar.h
92
int (*ops)(struct st_softc *, int, int);