Searched refs:path_id (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_targetio.h50 * Enable and disable a target mode instance. For enabling, the path_id,
61 path_id_t path_id; member in struct:ioc_enable_lun
H A Dscsi_xpt.c2047 request_ccb->ccb_h.path_id,
2089 path_id_t path_id; local
2097 path_id = request_ccb->ccb_h.path_id;
2241 scan_info->request_ccb->ccb_h.path_id,
2266 path_id, target_id, lun_id);
2342 path->bus->path_id,
2982 bus->path_id,
3026 xpt_compile_path(&path, NULL, bus->path_id, target->target_id,
/freebsd-11-stable/usr.bin/iscsictl/
H A Dperiphs.c73 path_id_t path_id; local
86 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
108 path_id = -1; /* Make GCC happy. */
182 path_id = periph_result->path_id;
199 have_path_id ? (int)path_id : -1, 0, have_path_id ? 0 : -1);
/freebsd-11-stable/sys/cam/
H A Dcam_sim.h68 void cam_sim_set_path(struct cam_sim *sim, u_int32_t path_id);
99 u_int32_t path_id;/* The Boot device may set this to 0? */ member in struct:cam_sim
118 return (sim->path_id);
H A Dcam_xpt_sim.h42 int32_t xpt_bus_deregister(path_id_t path_id);
H A Dcam_compat.h66 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr_0x17
154 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr_0x18
199 path_id_t path_id; member in struct:dev_match_result_0x18::__anon5247::__anon5248
204 path_id_t path_id; member in struct:dev_match_result_0x18::__anon5247::__anon5249
H A Dcam_sim.c82 sim->path_id = CAM_PATH_ANY;
170 cam_sim_set_path(struct cam_sim *sim, u_int32_t path_id) argument
172 sim->path_id = path_id;
H A Dcam_compat.c139 hdr->path_id = hdr17->path_id;
182 hdr17->path_id = hdr->path_id;
277 hdr->path_id = hdr18->path_id;
322 hdr18->path_id = hdr->path_id;
384 dm18[i].result.periph_result.path_id =
385 dm[i].result.periph_result.path_id;
[all...]
H A Dcam_xpt.h90 path_id_t path_id,
94 path_id_t path_id,
134 path_id_t path_id,
H A Dcam_xpt.c247 xpt_find_bus(path_id_t path_id);
419 bus = xpt_find_bus(inccb->ccb_h.path_id);
458 inccb->ccb_h.path_id,
491 inccb->ccb_h.path_id,
678 ccb->ccb_h.path_id =
679 periph->path->bus->path_id;
1041 path->bus->path_id,
1092 path->bus->path_id,
1295 && (cur_pattern->path_id != bus->path_id))
3438 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, path_id_t path_id, target_id_t target_id, lun_id_t lun_id) argument
3460 xpt_create_path_unlocked(struct cam_path **new_path_ptr, struct cam_periph *periph, path_id_t path_id, target_id_t target_id, lun_id_t lun_id) argument
3470 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, path_id_t path_id, target_id_t target_id, lun_id_t lun_id) argument
4879 xpt_find_bus(path_id_t path_id) argument
[all...]
H A Dcam_xpt_internal.h181 path_id_t path_id; member in struct:cam_eb
H A Dcam_ccb.h344 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr
416 path_id_t path_id; member in struct:periph_match_pattern
438 path_id_t path_id; member in struct:device_match_pattern
458 path_id_t path_id; member in struct:bus_match_pattern
485 path_id_t path_id; member in struct:periph_match_result
496 path_id_t path_id; member in struct:device_match_result
506 path_id_t path_id; member in struct:bus_match_result
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_cam.c61 fetch_path_id(path_id_t *path_id) argument
116 *path_id = ccb.cdm.matches[0].result.bus_result.path_id;
127 path_id_t path_id; local
139 error = fetch_path_id(&path_id);
146 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
163 p->path_id = path_id;
397 path_id_t path_id; local
405 error = fetch_path_id(&path_id);
524 path_id_t path_id; local
[all...]
/freebsd-11-stable/lib/libcam/
H A Dcamlib.h115 path_id_t path_id; /* System SCSI bus number */ member in struct:cam_device
134 struct cam_device * cam_open_btl(path_id_t path_id, target_id_t target_id,
H A Dcamlib.c83 ccb->ccb_h.path_id = dev->path_id;
272 cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun, argument
288 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
325 match_pat->path_id = path_id;
356 __func__, path_id, target_id, (uintmax_t)target_lun);
363 " %d:%d:%jx", __func__, path_id, target_id,
592 device->path_id = ccb.ccb_h.path_id;
[all...]
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h119 /* SCSI bus number or bus_id, different from CAM's path_id. */
120 uint8_t path_id; member in struct:vmscsi_req
154 uint8_t path_id; member in struct:vmstor_chan_props
/freebsd-11-stable/sys/dev/hptmv/
H A Dosbsd.h232 hpt_get_periph(int path_id,int target_id) argument
238 status = xpt_create_path(&path, NULL, path_id, target_id, 0);
/freebsd-11-stable/sys/dev/isci/
H A Disci_io_request.c148 ccb->ccb_h.path_id, ccb->ccb_h.target_id,
159 ccb->ccb_h.path_id, ccb->ccb_h.target_id,
167 ccb->ccb_h.path_id, ccb->ccb_h.target_id,
210 ccb->ccb_h.path_id, ccb->ccb_h.target_id,
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c79 path_id_t path_id; member in struct:ctlfe_softc
276 if (softc->path_id == xpt_path_path_id(path))
323 softc->path_id = cpi->ccb_h.path_id;
1537 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id,
1604 __func__, bus_softc->port_name, bus_softc->path_id,
1629 __func__, bus_softc->port_name, bus_softc->path_id,
1633 __func__, bus_softc->port_name, bus_softc->path_id,
1657 bus_softc->path_id, CAM_TARGET_WILDCARD,
1722 bus_softc->path_id, CAM_TARGET_WILDCAR
[all...]
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_cam.c211 ccb_h->path_id, ccb_h->target_id,
219 ccb_h->path_id, ccb_h->target_id,
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c264 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-11-stable/sbin/iscontrol/
H A Dfsm.c362 debug(2, "CAM path_id=%d target_id=%d",
363 sess->cam.path_id, sess->cam.target_id);
365 sess->camdev = cam_open_btl(sess->cam.path_id, sess->cam.target_id,
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c252 path_id_t path_id; member in struct:cam_devlist
482 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
546 bus_result->path_id,
628 dev_result->path_id,
3285 *bus = ccb.ccb_h.path_id;
3413 ccb->ccb_h.path_id = bus;
3459 matchccb->ccb_h.path_id = CAM_BUS_WILDCARD;
3514 if (bus_result->path_id == CAM_XPT_PATH_ID)
3519 ccb->ccb_h.path_id = bus_result->path_id;
[all...]
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h206 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
H A Dhpt27xx_os_bsd.c297 return ((PVBUS_EXT)osext)->sim->path_id;

Completed in 344 milliseconds

123