| /freebsd/sys/cam/ |
| H A D | cam_xpt.c | 4001 xpt_bus_deregister(path_id_t pathid) in xpt_bus_deregister() argument 4006 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister() 4025 path_id_t pathid; in xptnextfreepathid() local 4029 pathid = 0; in xptnextfreepathid() 4033 while (bus != NULL && bus->path_id <= pathid) { in xptnextfreepathid() 4034 if (bus->path_id == pathid) in xptnextfreepathid() 4035 pathid++; in xptnextfreepathid() 4043 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid() 4044 ++pathid; in xptnextfreepathid() 4048 return (pathid); in xptnextfreepathid() [all …]
|
| H A D | cam_periph.c | 66 path_id_t pathid, target_id_t target, 69 path_id_t pathid, target_id_t target, 555 path_id_t pathid, target_id_t target, lun_id_t lun) in camperiphnextunit() argument 575 "not be wired\n", periph_name, pathid, in camperiphnextunit() 612 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, in camperiphunit() argument 622 snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid); in camperiphunit() 661 unit = camperiphnextunit(p_drv, unit, wired, pathid, target, lun); in camperiphunit()
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_xpt.c | 403 uint32_t pathid; in mmccam_start_discovery() local 405 pathid = cam_sim_path(sim); in mmccam_start_discovery() 412 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mmccam_start_discovery()
|
| /freebsd/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 798 path_id_t pathid; in hv_storvsc_rescan_target() local 802 pathid = cam_sim_path(sc->hs_sim); in hv_storvsc_rescan_target() 814 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid, in hv_storvsc_rescan_target() 817 "targetid: %u\n", pathid, targetid); in hv_storvsc_rescan_target()
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_sas_lsi.c | 1095 path_id_t pathid = cam_sim_path(sassc->sim); in mpssas_SSU_to_SATA_devices() local 1125 xpt_periph, pathid, targetid, in mpssas_SSU_to_SATA_devices()
|
| H A D | mps_sas.c | 260 path_id_t pathid; in mpssas_rescan_target() local 265 pathid = cam_sim_path(sassc->sim); in mpssas_rescan_target() 280 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mpssas_rescan_target()
|
| /freebsd/sys/dev/mpi3mr/ |
| H A D | mpi3mr_cam.c | 1477 path_id_t pathid; in mpi3mr_rescan_target() local 1481 pathid = cam_sim_path(cam_sc->sim); in mpi3mr_rescan_target() 1496 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid, in mpi3mr_rescan_target()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas_lsi.c | 1457 path_id_t pathid = cam_sim_path(sassc->sim); in mprsas_SSU_to_SATA_devices() local 1489 pathid, targetid, CAM_LUN_WILDCARD) != in mprsas_SSU_to_SATA_devices()
|
| H A D | mpr_sas.c | 269 path_id_t pathid; in mprsas_rescan_target() local 274 pathid = cam_sim_path(sassc->sim); in mprsas_rescan_target() 289 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid, in mprsas_rescan_target()
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_cam.c | 2317 uint32_t pathid; in mpt_cam_event() local 2326 pathid = cam_sim_path(mpt->phydisk_sim); in mpt_cam_event() 2328 pathid = cam_sim_path(mpt->sim); in mpt_cam_event() 2340 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mpt_cam_event()
|