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

/freebsd-10.2-release/sys/cam/ata/
H A Data_xpt.c149 } probe_softc; typedef in typeref:struct:__anon6643
224 probe_softc *softc;
233 softc = (probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_ZERO | M_NOWAIT);
261 probe_softc *softc;
263 softc = (probe_softc *)periph->softc;
287 probe_softc *softc;
293 softc = (probe_softc *)periph->softc;
686 probe_softc *softc;
698 softc = (probe_softc *)periph->softc;
1531 probe_softc *soft
[all...]
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_xpt.c198 } probe_softc; typedef in typeref:struct:__anon6837
622 probe_softc *softc;
631 softc = (probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_NOWAIT);
668 probe_softc *softc;
670 softc = (probe_softc *)periph->softc;
724 probe_softc *softc;
728 softc = (probe_softc *)periph->softc;
1127 probe_softc *softc;
1133 softc = (probe_softc *)periph->softc;
2329 probe_softc *soft
[all...]

Completed in 113 milliseconds