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

/freebsd-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c86 STAILQ_HEAD(, ctlfe_lun_softc) lun_softc_list;
99 struct ctlfe_lun_softc { struct
111 STAILQ_ENTRY(ctlfe_lun_softc) links;
192 static void ctlfe_dump_queue(struct ctlfe_lun_softc *softc);
446 struct ctlfe_lun_softc *softc;
451 softc = (struct ctlfe_lun_softc *)arg;
597 struct ctlfe_lun_softc *softc = (struct ctlfe_lun_softc *)periph->softc;
632 STAILQ_REMOVE(&bus_softc->lun_softc_list, softc, ctlfe_lun_softc, links);
639 struct ctlfe_lun_softc *soft
[all...]

Completed in 104 milliseconds