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

/freebsd-current/sys/cam/
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)
575 "not be wired\n", periph_name, pathid,
612 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, argument
622 snprintf(pathbuf, sizeof(pathbuf), "scbus%d", pathid);
661 unit = camperiphnextunit(p_drv, unit, wired, pathid, target, lun);
554 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, bool wired, path_id_t pathid, target_id_t target, lun_id_t lun) argument
H A Dcam_xpt.c3983 xpt_bus_deregister(path_id_t pathid) argument
3988 status = xpt_compile_path(&bus_path, NULL, pathid,
4007 path_id_t pathid; local
4011 pathid = 0;
4014 /* Find an unoccupied pathid */
4015 while (bus != NULL && bus->path_id <= pathid) {
4016 if (bus->path_id == pathid)
4017 pathid++;
4022 * Ensure that this pathid is not reserved for
4025 if (resource_string_value("scbus", pathid, "a
4036 path_id_t pathid; local
[all...]
/freebsd-current/sys/cam/mmc/
H A Dmmc_xpt.c403 uint32_t pathid; local
405 pathid = cam_sim_path(sim);
412 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
/freebsd-current/sys/dev/mps/
H A Dmps_sas_lsi.c1097 path_id_t pathid = cam_sim_path(sassc->sim); local
1127 xpt_periph, pathid, targetid,
H A Dmps_sas.c256 path_id_t pathid; local
261 pathid = cam_sim_path(sassc->sim);
276 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1476 path_id_t pathid; local
1480 pathid = cam_sim_path(cam_sc->sim);
1495 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
/freebsd-current/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c798 path_id_t pathid; local
802 pathid = cam_sim_path(sc->hs_sim);
814 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
816 printf("unable to create path for rescan, pathid: %u,"
817 "targetid: %u\n", pathid, targetid);
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas_lsi.c1459 path_id_t pathid = cam_sim_path(sassc->sim); local
1491 pathid, targetid, CAM_LUN_WILDCARD) !=
H A Dmpr_sas.c265 path_id_t pathid; local
270 pathid = cam_sim_path(sassc->sim);
285 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
/freebsd-current/sys/dev/mpt/
H A Dmpt_cam.c2316 uint32_t pathid; local
2325 pathid = cam_sim_path(mpt->phydisk_sim);
2327 pathid = cam_sim_path(mpt->sim);
2339 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid,

Completed in 250 milliseconds