/dflybsd-src/sys/bus/cam/ |
H A D | cam_xpt.h | 58 cam_status xpt_create_path(struct cam_path **new_path_ptr,
|
H A D | cam_xpt.c | 1062 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in xptioctl() 1100 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in xptioctl() 1504 if ((status = xpt_create_path(&path, NULL, CAM_XPT_PATH_ID, in xpt_init() 3503 if (xpt_create_path(&cam_dpath, xpt_periph, in xpt_action() 3925 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path() function 5386 status = xpt_create_path(&path, xpt_periph, in xpt_scan_bus() 5516 status = xpt_create_path(&path, xpt_periph, in xpt_scan_bus() 5539 status = xpt_create_path(&path, xpt_periph, in xpt_scan_bus() 7072 if ((status = xpt_create_path(&path, xpt_periph, bus->path_id, in xptconfigfunc() 7140 if (xpt_create_path(&cam_dpath, xpt_periph, in xpt_config() [all …]
|
H A D | cam_periph.c | 218 status = xpt_create_path(&path, periph, path_id, target_id, lun_id); in cam_periph_alloc() 1754 if (xpt_create_path(&newpath, xpt_path_periph(ccb->ccb_h.path), in cam_periph_error()
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | isc_cam.c | 145 if(xpt_create_path(&sp->cam_path, xpt_periph, cam_sim_path(sp->isc->cam_sim), in ic_fullfeature() 378 if(xpt_create_path(&path, xpt_periph, cam_sim_path(sim), in ic_init()
|
/dflybsd-src/sys/dev/raid/mrsas/ |
H A D | mrsas_cam.c | 157 if (xpt_create_path(&sc->path_0, NULL, cam_sim_path(sc->sim_0), in mrsas_cam_attach() 186 if (xpt_create_path(&sc->path_1, NULL, cam_sim_path(sc->sim_1), in mrsas_cam_attach() 1135 if (xpt_create_path(&ccb_0->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_0), in mrsas_bus_scan() 1143 if (xpt_create_path(&ccb_1->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_1), in mrsas_bus_scan() 1183 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(sim), in mrsas_bus_scan_sim()
|
/dflybsd-src/sys/dev/raid/twa/ |
H A D | tw_osl_cam.c | 136 if (xpt_create_path(&sc->path, NULL, in tw_osli_cam_attach() 539 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(sc->sim), in tw_osli_request_bus_scan()
|
/dflybsd-src/sys/dev/raid/aac/ |
H A D | aac_cam.c | 130 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in aac_cam_rescan() 252 if (xpt_create_path(&path, NULL, cam_sim_path(sim), in aac_cam_attach()
|
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | osbsd.h | 234 status = xpt_create_path(&path, NULL, path_id, target_id, 0); in hpt_get_periph()
|
/dflybsd-src/sys/dev/disk/ahci/ |
H A D | ahci_cam.c | 180 status = xpt_create_path(&tmppath, NULL, in ahci_cam_changed() 187 status = xpt_create_path(&tmppath, NULL, in ahci_cam_changed() 749 status = xpt_create_path(&path, xpt_periph, cam_sim_path(ap->ap_sim), in ahci_cam_rescan() 770 status = xpt_create_path(&path, xpt_periph, cam_sim_path(ap->ap_sim), in ahci_xpt_rescan()
|
/dflybsd-src/sys/dev/disk/sili/ |
H A D | sili_cam.c | 169 status = xpt_create_path(&tmppath, NULL, in sili_cam_changed() 176 status = xpt_create_path(&tmppath, NULL, in sili_cam_changed() 743 status = xpt_create_path(&path, xpt_periph, cam_sim_path(ap->ap_sim), in sili_cam_rescan() 764 status = xpt_create_path(&path, xpt_periph, cam_sim_path(ap->ap_sim), in sili_xpt_rescan()
|
/dflybsd-src/sys/dev/disk/vpo/ |
H A D | vpo.c | 189 if (xpt_create_path(&path, xpt_periph, cam_sim_path(vpo->sim), 0, 0) in vpo_cam_rescan()
|
/dflybsd-src/sys/dev/raid/hpt27xx/ |
H A D | hpt27xx_os_bsd.c | 282 status = xpt_create_path(&path, NULL, vbus_ext->sim->path_id, id, 0); in os_query_remove_device()
|
H A D | hpt27xx_osm_bsd.c | 1092 if (xpt_create_path(&vbus_ext->path, /*periph */ NULL, in hpt_final_init() 1345 if (xpt_create_path(&path, xpt_periph, cam_sim_path(vbus_ext->sim), in hpt_rescan_bus()
|
/dflybsd-src/sys/dev/virtual/virtio/scsi/ |
H A D | virtio_scsi.c | 639 if (xpt_create_path(&sc->vtscsi_path, NULL, in vtscsi_register_cam() 1759 if (xpt_create_path(&path, NULL, cam_sim_path(sc->vtscsi_sim), in vtscsi_announce() 1789 status = xpt_create_path(&ccb->ccb_h.path, NULL, in vtscsi_execute_rescan() 1815 status = xpt_create_path(&ccb->ccb_h.path, NULL, in vtscsi_execute_rescan_bus()
|
/dflybsd-src/sys/dev/disk/nata/ |
H A D | atapi-cam.c | 227 if (xpt_create_path(&path, /*periph*/ NULL, in atapi_cam_attach() 838 if (xpt_create_path(&path, xpt_periph, cam_sim_path(sim), in cam_rescan()
|
/dflybsd-src/sys/dev/raid/mpr/ |
H A D | mpr_sas.c | 307 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, pathid, targetid, in mprsas_rescan_target() 828 status = xpt_create_path(&sassc->path, /*periph*/NULL, in mpr_attach_sas() 1152 if (xpt_create_path(&path, NULL, in mprsas_announce_reset() 3643 if (xpt_create_path(&local_path, xpt_periph, pathid, targetid, lunid) != in mprsas_check_eedp() 3804 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, path_id, in mprsas_prepare_for_tm()
|
/dflybsd-src/sys/dev/raid/hptrr/ |
H A D | hptrr_osm_bsd.c | 1071 if (xpt_create_path(&vbus_ext->path, /*periph */ NULL, in hpt_final_init() 1322 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in hpt_rescan_bus()
|
/dflybsd-src/sys/dev/disk/advansys/ |
H A D | adwcam.c | 1186 if (xpt_create_path(&adw->path, /*periph*/NULL, cam_sim_path(adw->sim), in adw_attach() 1480 error = xpt_create_path(&path, /*periph*/NULL, cam_sim_path(adw->sim), in adw_handle_device_reset()
|
/dflybsd-src/sys/dev/raid/tws/ |
H A D | tws_cam.c | 185 if (xpt_create_path(&sc->path, NULL, cam_sim_path(sc->sim), in tws_cam_attach() 230 if (xpt_create_path(&path, xpt_periph, cam_sim_path(sc->sim), in tws_bus_scan()
|
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_targ_bh.c | 190 status = xpt_create_path(&new_path, NULL, in targbhasync()
|
/dflybsd-src/sys/dev/disk/mpt/ |
H A D | mpt_cam.c | 352 if (xpt_create_path(&mpt->path, NULL, cam_sim_path(mpt->sim), in mpt_cam_attach() 392 if (xpt_create_path(&mpt->phydisk_path, NULL, in mpt_cam_attach() 2418 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, pathid, in mpt_cam_event() 2525 if (xpt_create_path(&tmppath, NULL, cam_sim_path(sim), in mpt_cam_event() 2566 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in mpt_cam_event() 2582 if (xpt_create_path(&tmppath, NULL, cam_sim_path(sim), in mpt_cam_event()
|
H A D | mpt_raid.c | 721 error = xpt_create_path(&ccb->ccb_h.path, xpt_periph, in mpt_raid_thread() 1688 error = xpt_create_path(&path, xpt_periph, in mpt_raid_set_vol_queue_depth()
|
/dflybsd-src/sys/dev/virtual/vmware/pvscsi/ |
H A D | pvscsi.c | 1094 if (xpt_create_path(&ccb->ccb_h.path, NULL, in pvscsi_process_msg() 1760 if (xpt_create_path(&sc->bus_path, NULL, cam_sim_path(sc->sim), in pvscsi_attach()
|
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_sas.c | 292 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, pathid, in mpssas_rescan_target() 1018 if (xpt_create_path(&path, NULL, in mpssas_announce_reset() 3085 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in mpssas_check_eedp()
|
/dflybsd-src/sys/dev/raid/hptiop/ |
H A D | hptiop.c | 1394 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(hba->sim), in hptiop_rescan_bus() 2011 if (xpt_create_path(&hba->path, /*periph */ NULL, in hptiop_attach() 2784 status = xpt_create_path(&path, NULL, hba->sim->path_id, target_id, 0); in hptiop_os_query_remove_device()
|