Searched refs:sc_path (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c372 sc->sc_path = path;
451 xpt_register_async(0, ncr53c9x_async, sc->sc_sim, sc->sc_path);
452 xpt_free_path(sc->sc_path);
H A Dncr53c9xvar.h306 struct cam_path *sc_path; /* our scsi channel */ member in struct:ncr53c9x_softc
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3cdrom.c103 struct cam_path *sc_path; member in struct:ps3cdrom_softc
254 err = xpt_create_path(&sc->sc_path, NULL, cam_sim_path(sc->sc_sim),
263 xpt_setup_ccb(&csa.ccb_h, sc->sc_path, 5);
270 CAM_DEBUG(sc->sc_path, CAM_DEBUG_TRACE,
317 xpt_async(AC_LOST_DEVICE, sc->sc_path, NULL);
318 xpt_free_path(sc->sc_path);

Completed in 126 milliseconds