Home
last modified time | relevance | path

Searched defs:sbp_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Dsbp.c326 struct sbp_softc { struct
327 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