Home
last modified time | relevance | path

Searched refs:pathid (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.c3983 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 Dcam_periph.c66 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 Dmmc_xpt.c403 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 Dhv_storvsc_drv_freebsd.c798 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 Dmps_sas_lsi.c1097 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 Dmps_sas.c256 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 Dmpi3mr_cam.c1476 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 Dmpr_sas_lsi.c1459 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 Dmpr_sas.c265 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 Dmpt_cam.c2316 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()