Symbol: sbp_targ_softc
sys/dev/firewire/sbp_targ.c
1173
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1178
sc = (struct sbp_targ_softc *)cam_sim_softc(sim);
sys/dev/firewire/sbp_targ.c
122
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1528
sbp_targ_get_login(struct sbp_targ_softc *sc, struct fw_device *fwdev, int lun)
sys/dev/firewire/sbp_targ.c
1714
sbp_targ_fetch_orb(struct sbp_targ_softc *sc, struct fw_device *fwdev,
sys/dev/firewire/sbp_targ.c
1784
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1789
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1803
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1809
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1877
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1880
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1903
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1906
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1944
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1948
sc = (struct sbp_targ_softc *) device_get_softc(dev);
sys/dev/firewire/sbp_targ.c
1949
bzero((void *)sc, sizeof(struct sbp_targ_softc));
sys/dev/firewire/sbp_targ.c
2000
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
2004
sc = (struct sbp_targ_softc *)device_get_softc(dev);
sys/dev/firewire/sbp_targ.c
203
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
2045
sizeof(struct sbp_targ_softc),
sys/dev/firewire/sbp_targ.c
236
static void sbp_targ_fetch_orb(struct sbp_targ_softc *, struct fw_device *,
sys/dev/firewire/sbp_targ.c
239
static void sbp_targ_abort(struct sbp_targ_softc *, struct orb_info *);
sys/dev/firewire/sbp_targ.c
305
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
313
sc = (struct sbp_targ_softc *)arg;
sys/dev/firewire/sbp_targ.c
365
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
367
sc = (struct sbp_targ_softc *)arg;
sys/dev/firewire/sbp_targ.c
374
sbp_targ_find_devs(struct sbp_targ_softc *sc, union ccb *ccb,
sys/dev/firewire/sbp_targ.c
408
sbp_targ_en_lun(struct sbp_targ_softc *sc, union ccb *ccb)
sys/dev/firewire/sbp_targ.c
524
sbp_targ_send_lstate_events(struct sbp_targ_softc *sc,
sys/dev/firewire/sbp_targ.c
586
sbp_targ_abort(struct sbp_targ_softc *sc, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
883
sbp_targ_abort_ccb(struct sbp_targ_softc *sc, union ccb *ccb)