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

/freebsd-10.0-release/sys/cam/ata/
H A Data_xpt.c1478 struct cam_periph *old_periph; local
1517 if ((old_periph = cam_periph_find(path, "aprobe")) != NULL) {
1518 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
1521 softc = (probe_softc *)old_periph->softc;
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_xpt.c2203 struct cam_periph *old_periph; local
2254 if ((old_periph = cam_periph_find(path, "probe")) != NULL) {
2255 if ((old_periph->flags & CAM_PERIPH_INVALID) == 0) {
2258 softc = (probe_softc *)old_periph->softc;

Completed in 120 milliseconds