Home
last modified time | relevance | path

Searched refs:sbp_target (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Dsbp.c298 struct sbp_target *target;
312 struct sbp_target { struct
332 struct sbp_target sc_target; argument
354 static void sbp_alloc_lun(struct sbp_target *);
355 static struct sbp_target *sbp_alloc_target(struct sbp_softc *,
389 static void sbp_free_target(struct sbp_target *);
391 static void sbp_scsipi_detach_target(struct sbp_target *);
472 struct sbp_target *target = &sc->sc_target; in sbpattach()
665 sbp_alloc_lun(struct sbp_target *target) in sbp_alloc_lun()
820 static struct sbp_target *
[all …]