Lines Matching defs:st

382 	struct st_softc *st = device_private(self);  in stattach()  local
437 struct st_softc *st = device_private(self); in stdetach() local
482 st_identify_drive(struct st_softc *st, struct scsipi_inquiry_pattern *inqbuf) in st_identify_drive()
507 st_loadquirks(struct st_softc *st) in st_loadquirks()
540 struct st_softc *st; in stopen() local
731 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); in stclose() local
850 struct st_softc *st; in st_mount_tape() local
946 st_unmount(struct st_softc *st, boolean eject) in st_unmount()
994 st_decide_mode(struct st_softc *st, boolean first_read) in st_decide_mode()
1104 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(bp->b_dev)); in ststrategy() local
1188 struct st_softc *st = device_private(periph->periph_dev); in ststart1() local
1317 struct st_softc *st = device_private(periph->periph_dev); in ststart() local
1373 struct st_softc *st = device_private(xs->xs_periph->periph_dev); in stdone() local
1420 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); in stread() local
1433 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); in stwrite() local
1454 struct st_softc *st; in stioctl() local
1685 st_read(struct st_softc *st, char *bf, int size, int flags) in st_read()
1707 st_erase(struct st_softc *st, int full, int flags) in st_erase()
1739 st_space(struct st_softc *st, int number, u_int what, int flags) in st_space()
1843 st_write_filemarks(struct st_softc *st, int number, int flags) in st_write_filemarks()
1901 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags) in st_check_eod()
1924 st_load(struct st_softc *st, u_int type, int flags) in st_load()
1967 st_rewind(struct st_softc *st, u_int immediate, int flags) in st_rewind()
2007 st_updatefilepos(struct st_softc *st) in st_updatefilepos()
2055 st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr) in st_rdpos()
2112 st_setpos(struct st_softc *st, int hard, uint32_t *blkptr) in st_setpos()
2154 struct st_softc *st = device_private(periph->periph_dev); in st_interpret_sense() local
2429 st_touch_tape(struct st_softc *st) in st_touch_tape()
2494 st_mode_select(struct st_softc *st, int flags) in st_mode_select()