/freebsd/sys/cam/ |
H A D | cam_xpt.c | 3983 xpt_bus_deregister(path_id_t pathid) in xpt_bus_deregister() argument 3988 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister() 4007 path_id_t pathid; in xptnextfreepathid() local 4011 pathid = 0; in xptnextfreepathid() 4015 while (bus != NULL && bus->path_id <= pathid) { in xptnextfreepathid() 4016 if (bus->path_id == pathid) in xptnextfreepathid() 4017 pathid++; in xptnextfreepathid() 4025 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid() 4026 ++pathid; in xptnextfreepathid() 4030 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 | 1097 path_id_t pathid = cam_sim_path(sassc->sim); in mpssas_SSU_to_SATA_devices() local 1127 xpt_periph, pathid, targetid, in mpssas_SSU_to_SATA_devices()
|
H A D | mps_sas.c | 256 path_id_t pathid; in mpssas_rescan_target() local 261 pathid = cam_sim_path(sassc->sim); in mpssas_rescan_target() 276 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mpssas_rescan_target()
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr_cam.c | 1476 path_id_t pathid; in mpi3mr_rescan_target() local 1480 pathid = cam_sim_path(cam_sc->sim); in mpi3mr_rescan_target() 1495 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 | 1459 path_id_t pathid = cam_sim_path(sassc->sim); in mprsas_SSU_to_SATA_devices() local 1491 pathid, targetid, CAM_LUN_WILDCARD) != in mprsas_SSU_to_SATA_devices()
|
H A D | mpr_sas.c | 265 path_id_t pathid; in mprsas_rescan_target() local 270 pathid = cam_sim_path(sassc->sim); in mprsas_rescan_target() 285 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 | 2316 uint32_t pathid; in mpt_cam_event() local 2325 pathid = cam_sim_path(mpt->phydisk_sim); in mpt_cam_event() 2327 pathid = cam_sim_path(mpt->sim); in mpt_cam_event() 2339 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mpt_cam_event()
|