Home
last modified time | relevance | path

Searched refs:xpt_create_path (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/dev/isci/
H A Disci_remote_device.c86 xpt_create_path(&ccb->ccb_h.path, NULL, in scif_cb_remote_device_ready()
265 xpt_create_path(&path, NULL, in isci_remote_device_freeze_lun_queue()
282 xpt_create_path(&path, NULL, in isci_remote_device_release_lun_queue()
H A Disci_domain.c303 xpt_create_path(&ccb->ccb_h.path, NULL, path, in scif_cb_domain_device_removed()
/freebsd/sys/cam/ata/
H A Data_pmp.c185 if (xpt_create_path(&dpath, periph, in pmpfreeze()
207 if (xpt_create_path(&dpath, periph, in pmprelease()
230 if (xpt_create_path(&dpath, periph, in pmponinvalidate()
441 if (xpt_create_path(&dpath, periph, in pmpstart()
752 xpt_create_path(&dpath, periph, in pmpdone()
787 if (xpt_create_path(&dpath, periph, in pmpdone()
826 if (xpt_create_path(&dpath, periph, in pmpdone()
/freebsd/sys/dev/nvme/
H A Dnvme_sim.c323 if (xpt_create_path(&sc->s_path, /*periph*/NULL, cam_sim_path(sc->s_sim), in nvme_sim_new_controller()
357 if (xpt_create_path(&ccb->ccb_h.path, /*periph*/NULL, in nvme_sim_ns_change()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_sim.c276 if (xpt_create_path(&sc->path, NULL, cam_sim_path(sc->sim), in nvmf_init_sim()
303 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sc->sim), 0, in nvmf_sim_rescan_ns()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c123 if (xpt_create_path(&ccb->ccb_h.path, NULL, in os_add_device()
149 if (xpt_create_path(&tmppath, NULL, in os_remove_device()
708 status = xpt_create_path(&path, NULL, in smartpqi_lun_rescan()
1288 if (xpt_create_path(&ccb->ccb_h.path, NULL, in register_sim()
1377 if (xpt_create_path(&tmppath, NULL, in os_rescan_target()
/freebsd/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/sys/cam/
H A Dcam_xpt.h87 cam_status xpt_create_path(struct cam_path **new_path_ptr,
H A Dcam_xpt.c466 if (xpt_create_path(&ccb->ccb_h.path, NULL, in xptdoioctl()
500 if (xpt_create_path(&ccb.ccb_h.path, NULL, in xptdoioctl()
936 if ((status = xpt_create_path(&path, NULL, CAM_XPT_PATH_ID, in xpt_init()
3013 if (xpt_create_path(&cam_dpath, NULL, in xpt_action_default()
3441 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() function
3468 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked()
3923 status = xpt_create_path(&path, /*periph*/NULL, sim->path_id, in xpt_bus_register()
5036 if (xpt_create_path(&cam_dpath, NULL, in xpt_config()
5139 status = xpt_create_path(&path, /*periph*/NULL, CAM_XPT_PATH_ID, in xpt_register_async()
H A Dcam_periph.c258 status = xpt_create_path(&path, periph, path_id, target_id, lun_id); in cam_periph_alloc()
2072 if (xpt_create_path(&newpath, periph, in cam_periph_error()
2091 if (xpt_create_path(&newpath, NULL, in cam_periph_error()
/freebsd/sys/dev/hptmv/
H A Dosbsd.h236 status = xpt_create_path(&path, NULL, path_id, target_id, 0); in hpt_get_periph()
/freebsd/sys/dev/aac/
H A Daac_cam.c130 if (xpt_create_path(&ccb->ccb_h.path, NULL, in aac_cam_rescan()
236 if (xpt_create_path(&path, NULL, cam_sim_path(sim), in aac_cam_attach()
/freebsd/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()
213 if (xpt_create_path(&sc->path_1, NULL, cam_sim_path(sc->sim_1), in mrsas_cam_attach()
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/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c192 if (xpt_create_path(&softc->path, /*periph*/NULL, in cfcs_init()
250 if (xpt_create_path(&ccb->ccb_h.path, NULL, in cfcs_onoffline()
H A Dscsi_ctl.c1531 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id, in ctlfe_onoffline()
1650 status = xpt_create_path(&path, /*periph*/ NULL, in ctlfe_online()
1715 status = xpt_create_path(&path, /*periph*/ NULL, in ctlfe_offline()
1747 status = xpt_create_path(&path, /*periph*/ NULL, in ctlfe_lun_enable()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c79 return (xpt_create_path(path, /*periph*/NULL, in ahc_create_path()
204 if (xpt_create_path(&path, /*periph*/NULL, in ahc_attach()
246 if (xpt_create_path(&path2, /*periph*/NULL, in ahc_attach()
H A Daic79xx_osm.c145 return (xpt_create_path(path, /*periph*/NULL, in ahd_create_path()
258 if (xpt_create_path(&path, /*periph*/NULL, in ahd_attach()
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c246 if (xpt_create_path(&dpath, NULL, cam_sim_path(sc->sim), 0, 0) != CAM_REQ_CMP) { in mmcnull_intr_sdio_newintr()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1877 if (xpt_create_path(&tp, NULL, xpt_path_path_id(path), in probe_purge_old()
2034 status = xpt_create_path(&path, NULL, in scsi_scan_bus()
2228 status = xpt_create_path(&path, NULL, in scsi_scan_bus()
2253 status = xpt_create_path(&path, NULL, in scsi_scan_bus()
2330 status = xpt_create_path(&new_path, NULL, in scsi_scan_lun()
/freebsd/sys/dev/mfi/
H A Dmfi_cam.c325 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sim), in mfip_cam_rescan()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c615 if (xpt_create_path(&sc->vtscsi_path, NULL, in vtscsi_register_cam()
1729 if (xpt_create_path(&path, NULL, cam_sim_path(sc->vtscsi_sim), in vtscsi_announce()
1752 status = xpt_create_path(&ccb->ccb_h.path, NULL, in vtscsi_execute_rescan()
/freebsd/sys/dev/tws/
H A Dtws_cam.c173 if (xpt_create_path(&sc->path, NULL, cam_sim_path(sc->sim), in tws_cam_attach()
212 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(sc->sim), in tws_bus_scan()
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1074 if (xpt_create_path(&vbus_ext->path, /*periph */ NULL, in hpt_final_init()
1313 if (xpt_create_path(&ccb->ccb_h.path, NULL, in hpt_rescan_bus()
/freebsd/sys/dev/ata/
H A Data-all.c196 if (xpt_create_path(&ch->path, /*periph*/NULL, cam_sim_path(ch->sim), in ata_attach()
272 if (xpt_create_path(&ccb->ccb_h.path, NULL, in ata_conn_event()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1149 if (xpt_create_path(&vbus_ext->path, /*periph */ NULL, in hpt_final_init()
1390 if (xpt_create_path(&ccb->ccb_h.path, NULL, cam_sim_path(vbus_ext->sim), in hpt_rescan_bus()

123