Lines Matching defs:lun_softc
1642 struct ctlfe_lun_softc *lun_softc;
1659 lun_softc = malloc(sizeof(*lun_softc), M_CTLFE, M_WAITOK | M_ZERO);
1667 free(lun_softc, M_CTLFE);
1670 lun_softc->parent_softc = bus_softc;
1671 lun_softc->flags |= CTLFE_LUN_WILDCARD;
1682 lun_softc);
1691 free(lun_softc, M_CTLFE);
1802 struct ctlfe_lun_softc *lun_softc;
1809 STAILQ_FOREACH(lun_softc, &softc->lun_softc_list, links) {
1812 path = lun_softc->periph->path;
1819 if (lun_softc == NULL) {
1824 cam_periph_acquire(lun_softc->periph);
1827 cam_periph_lock(lun_softc->periph);
1828 cam_periph_invalidate(lun_softc->periph);
1829 cam_periph_unlock(lun_softc->periph);
1830 cam_periph_release(lun_softc->periph);
1986 struct ctlfe_lun_softc *lun_softc;
1990 STAILQ_FOREACH(lun_softc, &bus_softc->lun_softc_list, links)
1991 ctlfe_dump_queue(lun_softc);