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

123

/freebsd-10-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.c2013 request_ccb->ccb_h.path_id,
2055 path_id_t path_id; local
2063 path_id = request_ccb->ccb_h.path_id;
2211 scan_info->request_ccb->ccb_h.path_id,
2236 path_id, target_id, lun_id);
2312 path->bus->path_id,
2950 bus->path_id,
2994 xpt_compile_path(&path, NULL, bus->path_id, target->target_id,
/freebsd-10-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_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_xpt.h84 path_id_t path_id,
88 path_id_t path_id,
129 path_id_t path_id,
H A Dcam_compat.c127 hdr->path_id = hdr17->path_id;
154 hdr17->path_id = hdr->path_id;
H A Dcam_compat.h66 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr_0x17
H A Dcam_xpt.c252 xpt_find_bus(path_id_t path_id);
420 bus = xpt_find_bus(inccb->ccb_h.path_id);
459 inccb->ccb_h.path_id,
492 inccb->ccb_h.path_id,
678 ccb->ccb_h.path_id =
679 periph->path->bus->path_id;
1023 path->bus->path_id,
1076 path->bus->path_id,
1265 && (cur_pattern->path_id != bus->path_id))
3393 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
3415 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
3425 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
4857 xpt_find_bus(path_id_t path_id) argument
[all...]
H A Dcam_ccb.h331 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr
403 path_id_t path_id; member in struct:periph_match_pattern
425 path_id_t path_id; member in struct:device_match_pattern
445 path_id_t path_id; member in struct:bus_match_pattern
472 path_id_t path_id; member in struct:periph_match_result
483 path_id_t path_id; member in struct:device_match_result
493 path_id_t path_id; member in struct:bus_match_result
H A Dcam_xpt_internal.h149 path_id_t path_id; member in struct:cam_eb
/freebsd-10-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-10-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.c82 ccb->ccb_h.path_id = dev->path_id;
267 cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun, argument
283 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
320 match_pat->path_id = path_id;
351 __func__, path_id, target_id, (uintmax_t)target_lun);
358 " %d:%d:%jx", __func__, path_id, target_id,
587 device->path_id = ccb.ccb_h.path_id;
[all...]
/freebsd-10-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-10-stable/usr.bin/iscsictl/
H A Dperiphs.c83 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
/freebsd-10-stable/sys/dev/hptmv/
H A Dosbsd.h242 hpt_get_periph(int path_id,int target_id) argument
248 status = xpt_create_path(&path, NULL, path_id, target_id, 0);
/freebsd-10-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-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c79 path_id_t path_id; member in struct:ctlfe_softc
259 if (softc->path_id == xpt_path_path_id(path))
306 softc->path_id = cpi->ccb_h.path_id;
1521 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id,
1588 __func__, bus_softc->port_name, bus_softc->path_id,
1613 __func__, bus_softc->port_name, bus_softc->path_id,
1617 __func__, bus_softc->port_name, bus_softc->path_id,
1641 bus_softc->path_id, CAM_TARGET_WILDCARD,
1706 bus_softc->path_id, CAM_TARGET_WILDCAR
[all...]
/freebsd-10-stable/sys/dev/twa/
H A Dtw_osl_cam.c211 ccb_h->path_id, ccb_h->target_id, ccb_h->target_lun);
218 ccb_h->path_id, ccb_h->target_id, ccb_h->target_lun);
/freebsd-10-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c264 return ((PVBUS_EXT)osext)->sim->path_id;
H A Dhim.h176 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
/freebsd-10-stable/sbin/iscontrol/
H A Dfsm.c359 debug(2, "CAM path_id=%d target_id=%d",
360 sess->cam.path_id, sess->cam.target_id);
362 sess->camdev = cam_open_btl(sess->cam.path_id, sess->cam.target_id,
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c256 path_id_t path_id; member in struct:cam_devlist
473 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
537 bus_result->path_id,
619 dev_result->path_id,
3223 bus = ccb.ccb_h.path_id;
3269 ccb->ccb_h.path_id = bus;
3315 matchccb->ccb_h.path_id = CAM_BUS_WILDCARD;
3370 if (bus_result->path_id == CAM_XPT_PATH_ID)
3375 ccb->ccb_h.path_id = bus_result->path_id;
[all...]
/freebsd-10-stable/sys/dev/iscsi_initiator/
H A Discsi.h495 path_id_t path_id; member in struct:iscsi_cam

Completed in 355 milliseconds

123