Home
last modified time | relevance | path

Searched refs:cam_sim_path (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-14.2/sys/dev/isci/
H A Disci_remote_device.c87 cam_sim_path(isci_controller->sim), in scif_cb_remote_device_ready()
266 cam_sim_path(remote_device->domain->controller->sim), in isci_remote_device_freeze_lun_queue()
283 cam_sim_path(remote_device->domain->controller->sim), in isci_remote_device_release_lun_queue()
H A Disci_domain.c298 uint32_t path = cam_sim_path(isci_controller->sim); in scif_cb_domain_device_removed()
H A Disci_controller.c638 cam_sim_path(controller->sim), CAM_TARGET_WILDCARD, in isci_controller_attach_to_cam()
641 xpt_bus_deregister(cam_sim_path(controller->sim)); in isci_controller_attach_to_cam()
/freebsd-14.2/sys/dev/nvme/
H A Dnvme_sim.c320 if (xpt_create_path(&sc->s_path, /*periph*/NULL, cam_sim_path(sc->s_sim), in nvme_sim_new_controller()
329 xpt_bus_deregister(cam_sim_path(sc->s_sim)); in nvme_sim_new_controller()
355 cam_sim_path(sc->s_sim), 0, ns->id) != CAM_REQ_CMP) { in nvme_sim_ns_change()
372 xpt_bus_deregister(cam_sim_path(sc->s_sim)); in nvme_sim_controller_fail()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_osm.c76 path_id = cam_sim_path(ahc->platform_data->sim_b); in ahc_create_path()
78 path_id = cam_sim_path(ahc->platform_data->sim); in ahc_create_path()
206 cam_sim_path(sim), CAM_TARGET_WILDCARD, in ahc_attach()
208 xpt_bus_deregister(cam_sim_path(sim)); in ahc_attach()
248 cam_sim_path(sim2), in ahc_attach()
251 xpt_bus_deregister(cam_sim_path(sim2)); in ahc_attach()
1363 xpt_bus_deregister(cam_sim_path(pdata->sim_b)); in ahc_platform_free()
1369 xpt_bus_deregister(cam_sim_path(pdata->sim)); in ahc_platform_free()
H A Daic79xx_osm.c145 path_id = cam_sim_path(ahd->platform_data->sim); in ahd_create_path()
260 cam_sim_path(sim), CAM_TARGET_WILDCARD, in ahd_attach()
262 xpt_bus_deregister(cam_sim_path(sim)); in ahd_attach()
1309 xpt_bus_deregister(cam_sim_path(pdata->sim)); in ahd_platform_free()
/freebsd-14.2/sys/dev/aac/
H A Daac_cam.c131 cam_sim_path(camsc->sim), in aac_cam_rescan()
188 xpt_bus_deregister(cam_sim_path(camsc->sim)); in aac_cam_detach()
236 if (xpt_create_path(&path, NULL, cam_sim_path(sim), in aac_cam_attach()
238 xpt_bus_deregister(cam_sim_path(sim)); in aac_cam_attach()
/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_cam.c124 cam_sim_path(softs->os_specific.sim), in os_add_device()
150 cam_sim_path(softs->os_specific.sim), in os_remove_device()
709 cam_sim_path(softs->os_specific.sim), target, lun); in smartpqi_lun_rescan()
1289 cam_sim_path(softs->os_specific.sim), in register_sim()
1294 xpt_bus_deregister(cam_sim_path(softs->os_specific.sim)); in register_sim()
1347 xpt_bus_deregister(cam_sim_path(softs->os_specific.sim)); in deregister_sim()
1378 cam_sim_path(softs->os_specific.sim), in os_rescan_target()
/freebsd-14.2/sys/dev/usb/storage/
H A Dumass.c2115 sc->sc_name, cam_sim_path(sc->sc_sim), in umass_cam_attach()
2116 sc->sc_unit, cam_sim_path(sc->sc_sim)); in umass_cam_attach()
2129 error = xpt_bus_deregister(cam_sim_path(sc->sc_sim)); in umass_cam_detach_sim()
2135 __func__, sc->sc_name, cam_sim_path(sc->sc_sim), in umass_cam_detach_sim()
2178 cam_sim_path(sc->sc_sim), ccb->ccb_h.target_id, in umass_cam_action()
2186 cam_sim_path(sc->sc_sim), ccb->ccb_h.target_id, in umass_cam_action()
2311 sc ? cam_sim_path(sc->sc_sim) : -1, ccb->ccb_h.target_id, in umass_cam_action()
2366 cam_sim_path(sc->sc_sim), ccb->ccb_h.target_id, in umass_cam_action()
2380 cam_sim_path(sc->sc_sim), ccb->ccb_h.target_id, in umass_cam_action()
2396 cam_sim_path(sc->sc_sim), ccb->ccb_h.target_id, in umass_cam_action()
[all …]
/freebsd-14.2/sys/cam/
H A Dcam_sim.h107 cam_sim_path(const struct cam_sim *sim) in cam_sim_path() function
/freebsd-14.2/sys/dev/ahci/
H A Dahciem.c137 if (xpt_create_path(&enc->path, /*periph*/NULL, cam_sim_path(enc->sim), in ahci_em_attach()
186 xpt_bus_deregister(cam_sim_path(enc->sim)); in ahci_em_attach()
215 xpt_bus_deregister(cam_sim_path(enc->sim)); in ahci_em_detach()
563 scsi_ulto4b(cam_sim_path(ch->sim), elmb->bus); in ahci_em_emulate_ses_on_led()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c194 cam_sim_path(softc->sim), in cfcs_init()
198 xpt_bus_deregister(cam_sim_path(softc->sim)); in cfcs_init()
223 xpt_bus_deregister(cam_sim_path(softc->sim)); in cfcs_shutdown()
252 cam_sim_path(softc->sim), CAM_TARGET_WILDCARD, in cfcs_onoffline()
/freebsd-14.2/sys/dev/mrsas/
H A Dmrsas_cam.c186 if (xpt_create_path(&sc->path_0, NULL, cam_sim_path(sc->sim_0), in mrsas_cam_attach()
188 xpt_bus_deregister(cam_sim_path(sc->sim_0)); in mrsas_cam_attach()
213 if (xpt_create_path(&sc->path_1, NULL, cam_sim_path(sc->sim_1), in mrsas_cam_attach()
216 xpt_bus_deregister(cam_sim_path(sc->sim_1)); in mrsas_cam_attach()
241 xpt_bus_deregister(cam_sim_path(sc->sim_0)); in mrsas_cam_detach()
247 xpt_bus_deregister(cam_sim_path(sc->sim_1)); in mrsas_cam_detach()
1742 if (xpt_create_path(&ccb_0->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_0), in mrsas_bus_scan()
1749 if (xpt_create_path(&ccb_1->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_1), in mrsas_bus_scan()
1779 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(sim), in mrsas_bus_scan_sim()
/freebsd-14.2/sys/dev/mmcnull/
H A Dmmcnull.c157 xpt_bus_deregister(cam_sim_path(sc->sim)); in mmcnull_detach()
247 if (xpt_create_path(&dpath, NULL, cam_sim_path(sc->sim), 0, 0) != CAM_REQ_CMP) { in mmcnull_intr_sdio_newintr()
/freebsd-14.2/sys/powerpc/ps3/
H A Dps3cdrom.c254 err = xpt_create_path(&sc->sc_path, NULL, cam_sim_path(sc->sc_sim), in ps3cdrom_attach()
280 xpt_bus_deregister(cam_sim_path(sc->sc_sim)); in ps3cdrom_attach()
320 xpt_bus_deregister(cam_sim_path(sc->sc_sim)); in ps3cdrom_detach()
/freebsd-14.2/tools/tools/vhba/mptest/
H A Dvhba_mptest.c420 if (xpt_create_path(&tp, xpt_periph, cam_sim_path(vhba->sim), 0, lun) != CAM_REQ_CMP) { in vhba_timer()
442 …if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(vhba->sim), CAM_TARGET_WILDCARD, CA… in vhba_timer()
/freebsd-14.2/sys/dev/mfi/
H A Dmfi_cam.c190 xpt_bus_deregister(cam_sim_path(sc->sim)); in mfip_detach()
325 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sim), in mfip_cam_rescan()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_sim.c237 xpt_bus_deregister(cam_sim_path(mmc_sim->sim)); in mmc_cam_sim_free()
/freebsd-14.2/sys/dev/tws/
H A Dtws_cam.c173 if (xpt_create_path(&sc->path, NULL, cam_sim_path(sc->sim), in tws_cam_attach()
176 xpt_bus_deregister(cam_sim_path(sc->sim)); in tws_cam_attach()
196 xpt_bus_deregister(cam_sim_path(sc->sim)); in tws_cam_detach()
212 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sc->sim), in tws_bus_scan()
/freebsd-14.2/sys/dev/ata/
H A Data-all.c198 if (xpt_create_path(&ch->path, /*periph*/NULL, cam_sim_path(ch->sim), in ata_attach()
208 xpt_bus_deregister(cam_sim_path(ch->sim)); in ata_attach()
241 xpt_bus_deregister(cam_sim_path(ch->sim)); in ata_detach()
275 cam_sim_path(ch->sim), in ata_conn_event()
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_cam.c188 cam_sim_path(camsc->sim), in aac_cam_rescan()
253 xpt_bus_deregister(cam_sim_path(camsc->sim)); in aac_cam_detach()
302 if (xpt_create_path(&path, NULL, cam_sim_path(sim), in aac_cam_attach()
304 xpt_bus_deregister(cam_sim_path(sim)); in aac_cam_attach()
/freebsd-14.2/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c617 cam_sim_path(sc->vtscsi_sim), CAM_TARGET_WILDCARD, in vtscsi_register_cam()
641 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim)); in vtscsi_register_cam()
660 xpt_bus_deregister(cam_sim_path(sc->vtscsi_sim)); in vtscsi_free_cam()
1730 if (xpt_create_path(&path, NULL, cam_sim_path(sc->vtscsi_sim), in vtscsi_announce()
1754 cam_sim_path(sc->vtscsi_sim), target_id, lun_id); in vtscsi_execute_rescan()
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_cam.c147 if (CAM_REQ_CMP != xpt_create_path(&path, NULL, cam_sim_path(sim), in ocs_attach_port()
150 xpt_bus_deregister(cam_sim_path(sim)); in ocs_attach_port()
188 xpt_bus_deregister(cam_sim_path(sim)); in ocs_detach_port()
1048 cam_sim_path(fcp->sim), in ocs_add_new_tgt()
1094 if (CAM_REQ_CMP == xpt_create_path(&cpath, NULL, cam_sim_path(fcp->sim), in ocs_delete_target()
/freebsd-14.2/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1138 cam_sim_path(vbus_ext->sim), CAM_TARGET_WILDCARD, in hpt_final_init()
1143 xpt_bus_deregister(cam_sim_path(vbus_ext->sim)); in hpt_final_init()
1373 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(vbus_ext->sim), in hpt_rescan_bus()
/freebsd-14.2/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1071 cam_sim_path(vbus_ext->sim), CAM_TARGET_WILDCARD, in hpt_final_init()
1075 xpt_bus_deregister(cam_sim_path(vbus_ext->sim)); in hpt_final_init()
1305 cam_sim_path(vbus_ext->sim), in hpt_rescan_bus()

123