Searched refs:sc_path (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/powerpc/ps3/ |
| HD | ps3cdrom.c | 104 struct cam_path *sc_path; member 255 err = xpt_create_path(&sc->sc_path, NULL, cam_sim_path(sc->sc_sim), in ps3cdrom_attach() 264 xpt_setup_ccb(&csa.ccb_h, sc->sc_path, 5); in ps3cdrom_attach() 271 CAM_DEBUG(sc->sc_path, CAM_DEBUG_TRACE, in ps3cdrom_attach() 318 xpt_async(AC_LOST_DEVICE, sc->sc_path, NULL); in ps3cdrom_detach() 319 xpt_free_path(sc->sc_path); in ps3cdrom_detach()
|
| /trueos/sys/dev/esp/ |
| HD | ncr53c9xvar.h | 306 struct cam_path *sc_path; /* our scsi channel */ member
|
| HD | ncr53c9x.c | 372 sc->sc_path = path; in ncr53c9x_attach() 451 xpt_register_async(0, ncr53c9x_async, sc->sc_sim, sc->sc_path); in ncr53c9x_detach() 452 xpt_free_path(sc->sc_path); in ncr53c9x_detach()
|