Home
last modified time | relevance | path

Searched refs:probe_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c188 } 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()
[all …]