Symbol: sbp_targ_softc
sys/dev/firewire/sbp_targ.c
1152
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1157
sc = (struct sbp_targ_softc *)cam_sim_softc(sim);
sys/dev/firewire/sbp_targ.c
123
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1499
sbp_targ_get_login(struct sbp_targ_softc *sc, struct fw_device *fwdev, int lun)
sys/dev/firewire/sbp_targ.c
1685
sbp_targ_fetch_orb(struct sbp_targ_softc *sc, struct fw_device *fwdev,
sys/dev/firewire/sbp_targ.c
1751
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1755
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1767
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1773
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1841
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1844
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1867
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1869
sc = (struct sbp_targ_softc *)xfer->sc;
sys/dev/firewire/sbp_targ.c
1906
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1910
sc = (struct sbp_targ_softc *) device_get_softc(dev);
sys/dev/firewire/sbp_targ.c
1911
bzero((void *)sc, sizeof(struct sbp_targ_softc));
sys/dev/firewire/sbp_targ.c
1962
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
1966
sc = (struct sbp_targ_softc *)device_get_softc(dev);
sys/dev/firewire/sbp_targ.c
2007
sizeof(struct sbp_targ_softc),
sys/dev/firewire/sbp_targ.c
204
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
237
static void sbp_targ_fetch_orb(struct sbp_targ_softc *, struct fw_device *,
sys/dev/firewire/sbp_targ.c
240
static void sbp_targ_abort(struct sbp_targ_softc *, struct orb_info *);
sys/dev/firewire/sbp_targ.c
308
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
316
sc = (struct sbp_targ_softc *)arg;
sys/dev/firewire/sbp_targ.c
368
struct sbp_targ_softc *sc;
sys/dev/firewire/sbp_targ.c
370
sc = (struct sbp_targ_softc *)arg;
sys/dev/firewire/sbp_targ.c
377
sbp_targ_find_devs(struct sbp_targ_softc *sc, union ccb *ccb,
sys/dev/firewire/sbp_targ.c
411
sbp_targ_en_lun(struct sbp_targ_softc *sc, union ccb *ccb)
sys/dev/firewire/sbp_targ.c
527
sbp_targ_send_lstate_events(struct sbp_targ_softc *sc,
sys/dev/firewire/sbp_targ.c
583
sbp_targ_abort(struct sbp_targ_softc *sc, struct orb_info *orbi)
sys/dev/firewire/sbp_targ.c
862
sbp_targ_abort_ccb(struct sbp_targ_softc *sc, union ccb *ccb)