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

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_target.c410 struct targ_softc *del_softc; local
412 del_softc = (struct targ_softc *)periph->softc;
413 if ((del_softc->state & TARG_STATE_LUN_ENABLED) == 0) {
414 cam_periph_invalidate(del_softc->periph);
415 del_softc->periph = NULL;

Completed in 45 milliseconds