| /freebsd-14.2/sys/dev/isci/ |
| H A D | isci_remote_device.c | 87 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 D | isci_domain.c | 298 uint32_t path = cam_sim_path(isci_controller->sim); in scif_cb_domain_device_removed()
|
| H A D | isci_controller.c | 638 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 D | nvme_sim.c | 320 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 D | aic7xxx_osm.c | 76 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 D | aic79xx_osm.c | 145 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 D | aac_cam.c | 131 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 D | smartpqi_cam.c | 124 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 D | umass.c | 2115 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 D | cam_sim.h | 107 cam_sim_path(const struct cam_sim *sim) in cam_sim_path() function
|
| /freebsd-14.2/sys/dev/ahci/ |
| H A D | ahciem.c | 137 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 D | ctl_frontend_cam_sim.c | 194 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 D | mrsas_cam.c | 186 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 D | mmcnull.c | 157 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 D | ps3cdrom.c | 254 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 D | vhba_mptest.c | 420 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 D | mfi_cam.c | 190 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 D | mmc_sim.c | 237 xpt_bus_deregister(cam_sim_path(mmc_sim->sim)); in mmc_cam_sim_free()
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws_cam.c | 173 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 D | ata-all.c | 198 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 D | aacraid_cam.c | 188 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 D | virtio_scsi.c | 617 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 D | ocs_cam.c | 147 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 D | hpt27xx_osm_bsd.c | 1138 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 D | hptrr_osm_bsd.c | 1071 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()
|