sbp_softc
struct sbp_softc *sbp;
sbp = (struct sbp_softc *)xfer->sc;
struct sbp_softc *sbp;
sbp = ((struct sbp_softc *)device_get_softc(dev));
bzero(sbp, sizeof(struct sbp_softc));
sbp_logout_all(struct sbp_softc *sbp)
struct sbp_softc *sbp;
struct sbp_softc *sbp = ((struct sbp_softc *)device_get_softc(dev));
struct sbp_softc *sbp = ((struct sbp_softc *)device_get_softc(dev));
struct sbp_softc *sbp = (struct sbp_softc *)sim->softc;
struct sbp_softc *sbp;
sbp = (struct sbp_softc *)sim->softc;
sizeof(struct sbp_softc),
sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev)
struct sbp_softc *sbp;
sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev)
struct sbp_softc *sbp;
sbp = (struct sbp_softc *)arg;
struct sbp_softc *sbp = (struct sbp_softc *)arg;