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

/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c1643 struct ctlfe_lun_softc *lun_softc; local
1660 lun_softc = malloc(sizeof(*lun_softc), M_CTLFE, M_WAITOK | M_ZERO);
1668 free(lun_softc, M_CTLFE);
1671 lun_softc->parent_softc = bus_softc;
1672 lun_softc->flags |= CTLFE_LUN_WILDCARD;
1683 lun_softc);
1692 free(lun_softc, M_CTLFE);
1803 struct ctlfe_lun_softc *lun_softc; local
1810 STAILQ_FOREACH(lun_softc,
1987 struct ctlfe_lun_softc *lun_softc; local
[all...]

Completed in 106 milliseconds