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

/freebsd-12-stable/sys/cam/nvme/
H A Dnvme_xpt.c123 } nvme_probe_softc; typedef in typeref:struct:__anon9643
204 nvme_probe_softc *softc;
213 softc = (nvme_probe_softc *)malloc(sizeof(*softc), M_CAMXPT, M_ZERO | M_NOWAIT);
242 nvme_probe_softc *softc;
244 softc = (nvme_probe_softc *)periph->softc;
261 nvme_probe_softc *softc;
267 softc = (nvme_probe_softc *)periph->softc;
312 nvme_probe_softc *softc;
322 softc = (nvme_probe_softc *)periph->softc;
560 nvme_probe_softc *soft
[all...]

Completed in 181 milliseconds