Searched defs:sbp_softc (Results 1 – 1 of 1) sorted by relevance
326 struct sbp_softc { struct327 struct firewire_dev_comm sc_fd;328 struct scsipi_adapter sc_adapter;329 struct scsipi_channel sc_channel;330 device_t sc_bus;331 struct lwp *sc_lwp;355 static struct sbp_target *sbp_alloc_target(struct sbp_softc *, argument