sys/dev/pci/ld_twa.c
108
struct ld_twa_softc *sc = device_private(self);
sys/dev/pci/ld_twa.c
131
struct ld_twa_softc *sc = device_private(self);
sys/dev/pci/ld_twa.c
143
ld_twa_dobio(struct ld_twa_softc *sc, void *data, size_t datasize,
sys/dev/pci/ld_twa.c
195
return (ld_twa_dobio((struct ld_twa_softc *)ld, bp->b_data,
sys/dev/pci/ld_twa.c
204
struct ld_twa_softc *sc;
sys/dev/pci/ld_twa.c
207
sc = (struct ld_twa_softc *)tr->tr_ld_sc;
sys/dev/pci/ld_twa.c
229
return (ld_twa_dobio((struct ld_twa_softc *)ld, data,
sys/dev/pci/ld_twa.c
244
struct ld_twa_softc *sc = (void *)ld;
sys/dev/pci/ld_twa.c
301
struct ld_twa_softc *sc = device_private(self);
sys/dev/pci/ld_twa.c
309
ld_twa_scsicmd(struct ld_twa_softc *sc,
sys/dev/pci/ld_twa.c
76
static int ld_twa_dobio(struct ld_twa_softc *, void *, size_t, daddr_t,
sys/dev/pci/ld_twa.c
87
static int ld_twa_scsicmd(struct ld_twa_softc *,
sys/dev/pci/ld_twa.c
90
CFATTACH_DECL_NEW(ld_twa, sizeof(struct ld_twa_softc),
sys/dev/pci/twavar.h
189
struct ld_twa_softc *tr_ld_sc;