Lines Matching refs:probe_softc
188 } probe_softc; typedef
646 probe_softc *softc; in proberegister()
654 softc = (probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_NOWAIT); in proberegister()
689 probe_softc *softc; in probeschedule()
691 softc = (probe_softc *)periph->softc; in probeschedule()
743 probe_softc *softc; in probestart()
747 softc = (probe_softc *)periph->softc; in probestart()
1161 probe_softc *softc; in probedone()
1168 softc = (probe_softc *)periph->softc; in probedone()
2350 probe_softc *softc; in scsi_scan_lun()
2352 softc = (probe_softc *)old_periph->softc; in scsi_scan_lun()