| /src/usr.sbin/mptutil/ |
| H A D | mpt_cam.c | 60 fetch_path_id(path_id_t *path_id) in fetch_path_id() argument 115 *path_id = ccb.cdm.matches[0].result.bus_result.path_id; in fetch_path_id() 126 path_id_t path_id; in mpt_query_disk() local 138 error = fetch_path_id(&path_id); in mpt_query_disk() 145 ccb.ccb_h.path_id = CAM_XPT_PATH_ID; in mpt_query_disk() 162 p->path_id = path_id; in mpt_query_disk() 396 path_id_t path_id; in mpt_fetch_disks() local 404 error = fetch_path_id(&path_id); in mpt_fetch_disks() 427 p->path_id = path_id; in mpt_fetch_disks() 523 path_id_t path_id; in mpt_rescan_bus() local [all …]
|
| /src/usr.bin/iscsictl/ |
| H A D | periphs.c | 71 path_id_t path_id; in print_periphs() local 84 ccb.ccb_h.path_id = CAM_XPT_PATH_ID; in print_periphs() 106 path_id = -1; /* Make GCC happy. */ in print_periphs() 180 path_id = periph_result->path_id; in print_periphs() 197 have_path_id ? (int)path_id : -1, 0, have_path_id ? 0 : -1); in print_periphs()
|
| /src/sys/cam/ |
| H A D | cam_sim.c | 115 sim->path_id = CAM_PATH_ANY; in cam_sim_alloc() 209 cam_sim_set_path(struct cam_sim *sim, uint32_t path_id) in cam_sim_set_path() argument 211 sim->path_id = path_id; in cam_sim_set_path()
|
| H A D | cam_compat.c | 154 hdr->path_id = hdr17->path_id; in cam_compat_handle_0x17() 197 hdr17->path_id = hdr->path_id; in cam_compat_handle_0x17() 292 hdr->path_id = hdr18->path_id; in cam_compat_handle_0x18() 337 hdr18->path_id = hdr->path_id; in cam_compat_handle_0x18() 401 dm18[i].result.periph_result.path_id = in cam_compat_translate_dev_match_0x18() 402 dm[i].result.periph_result.path_id; in cam_compat_translate_dev_match_0x18() 409 dm18[i].result.device_result.path_id = in cam_compat_translate_dev_match_0x18() 410 dm[i].result.device_result.path_id; in cam_compat_translate_dev_match_0x18()
|
| H A D | cam_sim.h | 68 void cam_sim_set_path(struct cam_sim *sim, uint32_t path_id); 87 uint32_t path_id;/* The Boot device may set this to 0? */ member 100 return (sim->path_id); in cam_sim_path()
|
| H A D | cam_compat.h | 65 path_id_t path_id; /* Path ID for the request */ member 153 path_id_t path_id; /* Path ID for the request */ member 198 path_id_t path_id; member 203 path_id_t path_id; member
|
| H A D | cam_xpt.c | 258 xpt_find_bus(path_id_t path_id); 434 bus = xpt_find_bus(inccb->ccb_h.path_id); in xptdoioctl() 473 inccb->ccb_h.path_id, in xptdoioctl() 507 inccb->ccb_h.path_id, in xptdoioctl() 694 ccb->ccb_h.path_id = in xptdoioctl() 695 periph->path->bus->path_id; in xptdoioctl() 1077 path->bus->path_id, in xpt_announce_periph_sbuf() 1152 path->bus->path_id, in xpt_denounce_periph_sbuf() 1326 dp->path_id != bus->path_id) in xptbusmatch() 1330 pp->path_id != bus->path_id) in xptbusmatch() [all …]
|
| H A D | cam_xpt.h | 89 path_id_t path_id, 93 path_id_t path_id, 134 path_id_t path_id,
|
| H A D | cam_xpt_sim.h | 42 int xpt_bus_deregister(path_id_t path_id);
|
| H A D | cam_ccb.h | 366 path_id_t path_id; /* Path ID for the request */ member 437 path_id_t path_id; member 458 path_id_t path_id; member 477 path_id_t path_id; member 504 path_id_t path_id; member 515 path_id_t path_id; member 525 path_id_t path_id; member
|
| H A D | cam_xpt_internal.h | 184 path_id_t path_id; member
|
| /src/lib/libcam/ |
| H A D | camlib.c | 81 ccb->ccb_h.path_id = dev->path_id; in cam_getccb() 273 cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun, in cam_open_btl() argument 289 ccb.ccb_h.path_id = CAM_XPT_PATH_ID; in cam_open_btl() 326 match_pat->path_id = path_id; in cam_open_btl() 357 __func__, path_id, target_id, (uintmax_t)target_lun); in cam_open_btl() 364 " %d:%d:%jx", __func__, path_id, target_id, in cam_open_btl() 593 device->path_id = ccb.ccb_h.path_id; in cam_real_open_device()
|
| H A D | camlib.h | 114 path_id_t path_id; /* System SCSI bus number */ member 133 struct cam_device * cam_open_btl(path_id_t path_id, target_id_t target_id,
|
| /src/sys/dev/hyperv/storvsc/ |
| H A D | hv_vstorage.h | 120 uint8_t path_id; member 154 uint8_t path_id; member
|
| /src/sys/cam/scsi/ |
| H A D | scsi_targetio.h | 61 path_id_t path_id; member
|
| H A D | scsi_enc.c | 221 path_id_t path_id; in enc_async() local 233 path_id = xpt_path_path_id(path); in enc_async() 247 if (xpt_path_path_id(periph->path) != path_id && in enc_async()
|
| H A D | scsi_xpt.c | 2094 request_ccb->ccb_h.path_id, in scsi_scan_bus() 2134 path_id_t path_id; in scsi_scan_bus() local 2144 path_id = request_ccb->ccb_h.path_id; in scsi_scan_bus() 2322 scan_info->request_ccb->ccb_h.path_id, in scsi_scan_bus() 2346 path_id, target_id, lun_id); in scsi_scan_bus() 2420 path->bus->path_id, in scsi_scan_lun() 3066 bus->path_id, in scsi_dev_async() 3109 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in scsi_dev_async()
|
| /src/sys/cam/ctl/ |
| H A D | scsi_ctl.c | 78 path_id_t path_id; member 275 if (softc->path_id == xpt_path_path_id(path)) in ctlfeasync() 322 softc->path_id = cpi->ccb_h.path_id; in ctlfeasync() 1531 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id, in ctlfe_onoffline() 1598 __func__, bus_softc->port_name, bus_softc->path_id, in ctlfe_onoffline() 1623 __func__, bus_softc->port_name, bus_softc->path_id, in ctlfe_onoffline() 1627 __func__, bus_softc->port_name, bus_softc->path_id, in ctlfe_onoffline() 1651 bus_softc->path_id, CAM_TARGET_WILDCARD, in ctlfe_online() 1716 bus_softc->path_id, CAM_TARGET_WILDCARD, in ctlfe_offline() 1748 bus_softc->path_id, bus_softc->target_id, lun_id); in ctlfe_lun_enable()
|
| /src/sys/dev/hptmv/ |
| H A D | osbsd.h | 230 hpt_get_periph(int path_id,int target_id) in hpt_get_periph() argument 236 status = xpt_create_path(&path, NULL, path_id, target_id, 0); in hpt_get_periph()
|
| /src/sys/dev/isci/ |
| H A D | isci_io_request.c | 146 ccb->ccb_h.path_id, ccb->ccb_h.target_id, in isci_io_request_complete() 157 ccb->ccb_h.path_id, ccb->ccb_h.target_id, in isci_io_request_complete() 165 ccb->ccb_h.path_id, ccb->ccb_h.target_id, in isci_io_request_complete() 209 ccb->ccb_h.path_id, ccb->ccb_h.target_id, in isci_io_request_complete()
|
| /src/contrib/tcpdump/ |
| H A D | print-bgp.c | 1719 u_int path_id = 0; in bgp_nlri_print() local 1726 path_id = GET_BE_U_4(tptr); in bgp_nlri_print() 1737 ND_PRINT(" Path Id: %u", path_id); in bgp_nlri_print() 1788 path_id = GET_BE_U_4(tptr); in bgp_nlri_print() 1799 ND_PRINT(" Path Id: %u", path_id); in bgp_nlri_print() 2732 u_int path_id = 0; in bgp_update_print() local 2765 path_id = GET_BE_U_4(p); in bgp_update_print() 2779 ND_PRINT(" Path Id: %u", path_id); in bgp_update_print() 2884 path_id = GET_BE_U_4(p); in bgp_update_print() 2897 ND_PRINT(" Path Id: %u", path_id); in bgp_update_print()
|
| /src/sbin/camcontrol/ |
| H A D | fwdownload.c | 780 dev->path_id, dev->target_id); in fw_rescan_target() 795 ccb.ccb_h.path_id = dev->path_id; in fw_rescan_target()
|
| H A D | camcontrol.c | 256 path_id_t path_id; member 488 ccb.ccb_h.path_id = CAM_XPT_PATH_ID; in getdevtree() 552 bus_result->path_id, in getdevtree() 619 dev_result->path_id, in getdevtree() 740 dev = cam_open_btl(dev_result->path_id, dev_result->target_id, in print_dev_mmcsd() 826 dev = cam_open_btl(dev_result->path_id, dev_result->target_id, in print_dev_nvme() 3573 *bus = ccb.ccb_h.path_id; in parse_btl_name() 3701 ccb->ccb_h.path_id = bus; in rescan_or_reset_bus() 3747 matchccb->ccb_h.path_id = CAM_BUS_WILDCARD; in rescan_or_reset_bus() 3802 if (bus_result->path_id == CAM_XPT_PATH_ID) in rescan_or_reset_bus() [all …]
|
| /src/sys/dev/aic7xxx/ |
| H A D | aic7xxx_osm.c | 72 path_id_t path_id; in ahc_create_path() local 75 path_id = cam_sim_path(ahc->platform_data->sim_b); in ahc_create_path() 77 path_id = cam_sim_path(ahc->platform_data->sim); in ahc_create_path() 80 path_id, target, lun)); in ahc_create_path()
|
| /src/share/examples/scsi_target/ |
| H A D | scsi_target.c | 213 sscanf(argv[0], "%u:%u:%ju", &ioc_enlun.path_id, &ioc_enlun.target_id, in main() 217 if (ioc_enlun.path_id == CAM_BUS_WILDCARD || in main()
|