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

/freebsd-13-stable/sys/cam/
H A Dcam_periph.c68 path_id_t pathid, target_id_t target,
71 path_id_t pathid, target_id_t target,
540 path_id_t pathid, target_id_t target, lun_id_t lun)
560 "not be wired\n", periph_name, pathid,
595 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, argument
604 snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid);
637 unit = camperiphnextunit(p_drv, unit, wired, pathid, target, lun);
539 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, path_id_t pathid, target_id_t target, lun_id_t lun) argument
H A Dcam_xpt.c4101 xpt_bus_deregister(path_id_t pathid) argument
4106 status = xpt_compile_path(&bus_path, NULL, pathid,
4125 path_id_t pathid; local
4129 pathid = 0;
4132 /* Find an unoccupied pathid */
4133 while (bus != NULL && bus->path_id <= pathid) {
4134 if (bus->path_id == pathid)
4135 pathid++;
4140 * Ensure that this pathid is not reserved for
4143 if (resource_string_value("scbus", pathid, "a
4154 path_id_t pathid; local
[all...]
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c393 uint32_t pathid; local
397 pathid = cam_sim_path(sim);
404 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
/freebsd-13-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c797 path_id_t pathid; local
801 pathid = cam_sim_path(sc->hs_sim);
813 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
815 printf("unable to create path for rescan, pathid: %u,"
816 "targetid: %u\n", pathid, targetid);
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c1090 path_id_t pathid = cam_sim_path(sassc->sim); local
1120 xpt_periph, pathid, targetid,
H A Dmps_sas.c267 path_id_t pathid; local
272 pathid = cam_sim_path(sassc->sim);
287 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c1450 path_id_t pathid = cam_sim_path(sassc->sim); local
1482 pathid, targetid, CAM_LUN_WILDCARD) !=
H A Dmpr_sas.c270 path_id_t pathid; local
275 pathid = cam_sim_path(sassc->sim);
290 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
/freebsd-13-stable/sys/dev/rtsx/
H A Drtsx.c642 uint32_t pathid; local
652 pathid = cam_sim_path(sc->rtsx_sim);
663 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
690 uint32_t pathid; local
702 pathid = cam_sim_path(sc->rtsx_sim);
713 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c2318 uint32_t pathid; local
2327 pathid = cam_sim_path(mpt->phydisk_sim);
2329 pathid = cam_sim_path(mpt->sim);
2341 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,

Completed in 218 milliseconds