Home
last modified time | relevance | path

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

/NextBSD/sys/cam/ata/
HData_xpt.c149 } probe_softc; typedef
224 probe_softc *softc; in proberegister()
233 softc = (probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_ZERO | M_NOWAIT); in proberegister()
261 probe_softc *softc; in probeschedule()
263 softc = (probe_softc *)periph->softc; in probeschedule()
287 probe_softc *softc; in probestart()
293 softc = (probe_softc *)periph->softc; in probestart()
686 probe_softc *softc; in probedone()
698 softc = (probe_softc *)periph->softc; in probedone()
1532 probe_softc *softc; in ata_scan_lun()
[all …]
/NextBSD/sys/cam/scsi/
HDscsi_xpt.c195 } probe_softc; typedef
619 probe_softc *softc; in proberegister()
628 softc = (probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_NOWAIT); in proberegister()
665 probe_softc *softc; in probeschedule()
667 softc = (probe_softc *)periph->softc; in probeschedule()
721 probe_softc *softc; in probestart()
725 softc = (probe_softc *)periph->softc; in probestart()
1124 probe_softc *softc; in probedone()
1131 softc = (probe_softc *)periph->softc; in probedone()
2321 probe_softc *softc; in scsi_scan_lun()
[all …]