Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/
HDcam_xpt.c4067 xpt_bus_deregister(path_id_t pathid) in xpt_bus_deregister() argument
4072 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()
4091 path_id_t pathid; in xptnextfreepathid() local
4095 pathid = 0; in xptnextfreepathid()
4099 while (bus != NULL && bus->path_id <= pathid) { in xptnextfreepathid()
4100 if (bus->path_id == pathid) in xptnextfreepathid()
4101 pathid++; in xptnextfreepathid()
4109 if (resource_string_value("scbus", pathid, "at", &strval) == 0) { in xptnextfreepathid()
4110 ++pathid; in xptnextfreepathid()
4114 return (pathid); in xptnextfreepathid()
[all …]
HDcam_periph.c67 path_id_t pathid, target_id_t target,
70 path_id_t pathid, target_id_t target,
554 path_id_t pathid, target_id_t target, lun_id_t lun) in camperiphnextunit() argument
574 "not be wired\n", periph_name, pathid, in camperiphnextunit()
609 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, in camperiphunit() argument
618 snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid); in camperiphunit()
651 unit = camperiphnextunit(p_drv, unit, wired, pathid, target, lun); in camperiphunit()
/freebsd-13-stable/sys/cam/mmc/
HDmmc_xpt.c405 uint32_t pathid; in mmccam_start_discovery() local
409 pathid = cam_sim_path(sim); in mmccam_start_discovery()
416 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mmccam_start_discovery()
/freebsd-13-stable/sys/dev/hyperv/storvsc/
HDhv_storvsc_drv_freebsd.c800 path_id_t pathid; in hv_storvsc_rescan_target() local
804 pathid = cam_sim_path(sc->hs_sim); in hv_storvsc_rescan_target()
816 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid, in hv_storvsc_rescan_target()
819 "targetid: %u\n", pathid, targetid); in hv_storvsc_rescan_target()
/freebsd-13-stable/sys/dev/mps/
HDmps_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()
HDmps_sas.c259 path_id_t pathid; in mpssas_rescan_target() local
264 pathid = cam_sim_path(sassc->sim); in mpssas_rescan_target()
279 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, in mpssas_rescan_target()
/freebsd-13-stable/sys/dev/mpr/
HDmpr_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()
HDmpr_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-13-stable/sys/dev/mpt/
HDmpt_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()