Lines Matching defs:sbp
196 struct sbp_softc *sbp; member
219 #define SBP_LOCK(sbp) mtx_lock(&(sbp)->mtx) argument
220 #define SBP_UNLOCK(sbp) mtx_unlock(&(sbp)->mtx) argument
221 #define SBP_LOCK_ASSERT(sbp) mtx_assert(&(sbp)->mtx, MA_OWNED) argument
377 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_new_target()
420 struct sbp_softc *sbp; in sbp_alloc_lun() local
575 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_alloc_target()
689 struct sbp_softc *sbp = target->sbp; in sbp_probe_target() local
765 struct sbp_softc *sbp; in sbp_post_busreset() local
783 struct sbp_softc *sbp = (struct sbp_softc *)arg; in sbp_post_explore() local
965 struct sbp_softc *sbp; in sbp_cam_scan_lun() local
1053 struct sbp_softc *sbp; in sbp_do_attach() local
1605 struct sbp_softc *sbp; in sbp_recv1() local
1886 struct sbp_softc *sbp; in sbp_recv() local
1899 struct sbp_softc *sbp; in sbp_attach() local
2008 sbp_logout_all(struct sbp_softc *sbp) in sbp_logout_all()
2039 struct sbp_softc *sbp = ((struct sbp_softc *)device_get_softc(dev)); in sbp_shutdown() local
2050 struct sbp_softc *sbp; in sbp_free_sdev() local
2070 struct sbp_softc *sbp; in sbp_free_target() local
2098 struct sbp_softc *sbp = ((struct sbp_softc *)device_get_softc(dev)); in sbp_detach() local
2272 struct sbp_softc *sbp = cam_sim_softc(sim); in sbp_action() local
2628 struct sbp_softc *sbp; in sbp_poll() local