Searched refs:ctlfe_lun_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c88 STAILQ_HEAD(, ctlfe_lun_softc) lun_softc_list;
101 struct ctlfe_lun_softc { struct
113 STAILQ_ENTRY(ctlfe_lun_softc) links;
195 static void ctlfe_dump_queue(struct ctlfe_lun_softc *softc);
458 struct ctlfe_lun_softc *softc;
463 softc = (struct ctlfe_lun_softc *)arg;
609 struct ctlfe_lun_softc *softc = (struct ctlfe_lun_softc *)periph->softc;
644 STAILQ_REMOVE(&bus_softc->lun_softc_list, softc, ctlfe_lun_softc, links);
651 struct ctlfe_lun_softc *soft
[all...]

Completed in 56 milliseconds