HomeSort by: relevance | last modified time | path
    Searched defs:sbp_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ieee1394/
sbp.c 316 struct sbp_softc *sbp;
326 struct sbp_softc { struct
355 static struct sbp_target *sbp_alloc_target(struct sbp_softc *,
387 static int sbp_logout_all(struct sbp_softc *);
395 static void sbp_action1(struct sbp_softc *, struct scsipi_xfer *);
450 CFATTACH_DECL_NEW(sbp, sizeof(struct sbp_softc),
467 struct sbp_softc *sc = device_private(self);
549 struct sbp_softc *sc = device_private(self);
580 struct sbp_softc *sc = device_private(channel->chan_adapter->adapt_dev);
649 struct sbp_softc *sc = sdev->target->sbp
    [all...]

Completed in 11 milliseconds