/freebsd/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 …]
|
/freebsd/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()
|
/freebsd/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_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 | 252 xpt_find_bus(path_id_t path_id); 428 bus = xpt_find_bus(inccb->ccb_h.path_id); in xptdoioctl() 467 inccb->ccb_h.path_id, in xptdoioctl() 501 inccb->ccb_h.path_id, in xptdoioctl() 688 ccb->ccb_h.path_id = in xptdoioctl() 689 periph->path->bus->path_id; in xptdoioctl() 1066 path->bus->path_id, in xpt_announce_periph_sbuf() 1140 path->bus->path_id, in xpt_denounce_periph_sbuf() 1314 dp->path_id != bus->path_id) in xptbusmatch() 1318 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_ccb.h | 364 path_id_t path_id; /* Path ID for the request */ 435 path_id_t path_id; 456 path_id_t path_id; 475 path_id_t path_id; 502 path_id_t path_id; 513 path_id_t path_id; 523 path_id_t path_id; 363 path_id_t path_id; /* Path ID for the request */ global() member 434 path_id_t path_id; global() member 455 path_id_t path_id; global() member 474 path_id_t path_id; global() member 501 path_id_t path_id; global() member 512 path_id_t path_id; global() member 522 path_id_t path_id; global() member
|
H A D | cam_xpt_sim.h | 42 int xpt_bus_deregister(path_id_t path_id);
|
H A D | cam_xpt_internal.h | 183 path_id_t path_id; member
|
/freebsd/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,
|
/freebsd/sys/dev/hyperv/storvsc/ |
H A D | hv_vstorage.h | 120 uint8_t path_id; member 154 uint8_t path_id; member
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_targetio.h | 61 path_id_t path_id; member
|
H A D | scsi_enc.c | 222 path_id_t path_id; in enc_async() local 234 path_id = xpt_path_path_id(path); in enc_async() 248 if (xpt_path_path_id(periph->path) != path_id && in enc_async()
|
H A D | scsi_xpt.c | 2033 request_ccb->ccb_h.path_id, in scsi_scan_bus() 2075 path_id_t path_id; in scsi_scan_bus() local 2083 path_id = request_ccb->ccb_h.path_id; in scsi_scan_bus() 2227 scan_info->request_ccb->ccb_h.path_id, in scsi_scan_bus() 2252 path_id, target_id, lun_id); in scsi_scan_bus() 2329 path->bus->path_id, in scsi_scan_lun() 2981 bus->path_id, in scsi_dev_async() 3024 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in scsi_dev_async()
|
/freebsd/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_WILDCAR in ctlfe_offline() [all...] |
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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 | 254 path_id_t path_id; 486 ccb.ccb_h.path_id = CAM_XPT_PATH_ID; in getdevtree() 550 bus_result->path_id, in getdevtree() 617 dev_result->path_id, in getdevtree() 738 dev = cam_open_btl(dev_result->path_id, dev_result->target_id, in print_dev_mmcsd() 824 dev = cam_open_btl(dev_result->path_id, dev_result->target_id, in print_dev_nvme() 3542 *bus = ccb.ccb_h.path_id; in parse_btl_name() 3670 ccb->ccb_h.path_id = bus; in rescan_or_reset_bus() 3716 matchccb->ccb_h.path_id = CAM_BUS_WILDCARD; in rescan_or_reset_bus() 3771 if (bus_result->path_id in rescan_or_reset_bus() 255 path_id_t path_id; global() member [all...] |
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_osm.c | 72 path_id_t path_id; in ahc_create_path() 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() 73 path_id_t path_id; ahc_create_path() local
|
/freebsd/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()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_os_bsd.c | 264 return ((PVBUS_EXT)osext)->sim->path_id; in os_get_vbus_seq()
|