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

12

/freebsd-10.0-release/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.c1942 request_ccb->ccb_h.path_id,
1981 path_id_t path_id; local
1995 path_id = request_ccb->ccb_h.path_id;
2143 scan_info->request_ccb->ccb_h.path_id,
2166 path_id, target_id, lun_id);
2239 path->bus->path_id,
2326 bus->path_id,
2890 bus->path_id,
/freebsd-10.0-release/sys/cam/
H A Dcam_sim.c82 sim->path_id = CAM_PATH_ANY;
151 cam_sim_set_path(struct cam_sim *sim, u_int32_t path_id) argument
153 sim->path_id = path_id;
H A Dcam_xpt_sim.h42 int32_t xpt_bus_deregister(path_id_t path_id);
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
132 return (sim->path_id);
H A Dcam_xpt.h79 path_id_t path_id,
83 path_id_t path_id,
117 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_xpt.c238 xpt_find_bus(path_id_t path_id);
426 bus = xpt_find_bus(inccb->ccb_h.path_id);
467 inccb->ccb_h.path_id,
503 inccb->ccb_h.path_id,
694 ccb->ccb_h.path_id =
695 periph->path->bus->path_id;
1033 path->bus->path_id,
1086 path->bus->path_id,
1250 && (cur_pattern->path_id != bus->path_id))
3377 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
3399 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
3426 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
4641 xpt_find_bus(path_id_t path_id) argument
[all...]
H A Dcam_compat.h66 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr_0x17
H A Dcam_ccb.h321 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr
393 path_id_t path_id; member in struct:periph_match_pattern
415 path_id_t path_id; member in struct:device_match_pattern
435 path_id_t path_id; member in struct:bus_match_pattern
462 path_id_t path_id; member in struct:periph_match_result
473 path_id_t path_id; member in struct:device_match_result
483 path_id_t path_id; member in struct:bus_match_result
H A Dcam_xpt_internal.h156 path_id_t path_id; member in struct:cam_eb
H A Dcam_periph.c154 path_id_t path_id; local
196 path_id = xpt_path_path_id(path);
209 status = xpt_create_path(&path, periph, path_id, target_id, lun_id);
226 periph->unit_number = camperiphunit(*p_drv, path_id, target_id, lun_id);
/freebsd-10.0-release/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;
400 path_id_t path_id; local
408 error = fetch_path_id(&path_id);
527 path_id_t path_id; local
[all...]
/freebsd-10.0-release/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h93 /* SCSI bus number or bus_id, different from CAM's path_id. */
94 uint8_t path_id; member in struct:vmscsi_req
123 uint8_t path_id; member in struct:vmstor_chan_props
/freebsd-10.0-release/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.c81 ccb->ccb_h.path_id = dev->path_id;
268 cam_open_btl(path_id_t path_id, target_id_t target_id, lun_id_t target_lun, argument
285 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
321 match_pat->path_id = path_id;
352 func_name, path_id, target_id, target_lun);
359 " %d:%d:%d", func_name, path_id, target_id,
586 device->path_id = ccb.ccb_h.path_id;
[all...]
/freebsd-10.0-release/usr.bin/iscsictl/
H A Dperiphs.c83 ccb.ccb_h.path_id = CAM_XPT_PATH_ID;
/freebsd-10.0-release/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.0-release/sys/cam/ctl/
H A Dscsi_ctl.c82 path_id_t path_id; member in struct:ctlfe_softc
350 cpi->unit_number, cpi->ccb_h.path_id,
356 cpi->unit_number, cpi->ccb_h.path_id);
383 bus_softc->path_id = cpi->ccb_h.path_id;
453 if (softc->path_id == xpt_path_path_id(path)) {
493 if (softc->path_id == xpt_path_path_id(path)) {
1688 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id,
1824 __func__, bus_softc->port_name, bus_softc->path_id,
1829 __func__, bus_softc->port_name, bus_softc->path_id,
[all...]
/freebsd-10.0-release/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.0-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c293 status = xpt_create_path(&path, NULL, vbus_ext->sim->path_id, id, 0);
307 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-10.0-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c264 status = xpt_create_path(&path, NULL, vbus_ext->sim->path_id, id, 0);
278 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c332 status = xpt_create_path(&path, NULL, vbus_ext->sim->path_id, id, 0);
346 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-10.0-release/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.0-release/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,

Completed in 385 milliseconds

12