| /freebsd-14-stable/sys/cam/ |
| HD | cam_xpt.c | 3986 xpt_bus_deregister(path_id_t pathid) in xpt_bus_deregister() argument 3991 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister() 4010 path_id_t pathid; in xptnextfreepathid() local 4014 pathid = 0; in xptnextfreepathid() 4018 while (bus != NULL && bus->path_id <= pathid) { in xptnextfreepathid() 4019 if (bus->path_id == pathid) in xptnextfreepathid() 4020 pathid++; in xptnextfreepathid() 4028 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid() 4029 ++pathid; in xptnextfreepathid() 4033 return (pathid); in xptnextfreepathid() [all …]
|
| HD | cam_periph.c | 67 path_id_t pathid, target_id_t target, 70 path_id_t pathid, target_id_t target, 556 path_id_t pathid, target_id_t target, lun_id_t lun) in camperiphnextunit() argument 576 "not be wired\n", periph_name, pathid, in camperiphnextunit() 613 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, in camperiphunit() argument 623 snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid); in camperiphunit() 662 unit = camperiphnextunit(p_drv, unit, wired, pathid, target, lun); in camperiphunit()
|
| /freebsd-14-stable/sys/cam/mmc/ |
| HD | mmc_xpt.c | 405 uint32_t pathid; in mmccam_start_discovery() local 407 pathid = cam_sim_path(sim); in mmccam_start_discovery() 414 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mmccam_start_discovery()
|
| /freebsd-14-stable/sys/dev/hyperv/storvsc/ |
| HD | 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-14-stable/sys/dev/mps/ |
| HD | 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()
|
| HD | 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-14-stable/sys/dev/mpi3mr/ |
| HD | mpi3mr_cam.c | 1479 path_id_t pathid; in mpi3mr_rescan_target() local 1483 pathid = cam_sim_path(cam_sc->sim); in mpi3mr_rescan_target() 1498 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid, in mpi3mr_rescan_target()
|
| /freebsd-14-stable/sys/dev/mpr/ |
| HD | 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()
|
| HD | 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-14-stable/sys/dev/mpt/ |
| HD | 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()
|