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

12

/freebsd-9.3-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-9.3-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_xpt.c238 xpt_find_bus(path_id_t path_id);
428 bus = xpt_find_bus(inccb->ccb_h.path_id);
469 inccb->ccb_h.path_id,
505 inccb->ccb_h.path_id,
696 ccb->ccb_h.path_id =
697 periph->path->bus->path_id;
1035 path->bus->path_id,
1088 path->bus->path_id,
1252 && (cur_pattern->path_id != bus->path_id))
3413 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
3435 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
3462 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
4681 xpt_find_bus(path_id_t path_id) argument
[all...]
H A Dcam_ccb.h315 path_id_t path_id; /* Path ID for the request */ member in struct:ccb_hdr
389 path_id_t path_id; member in struct:periph_match_pattern
411 path_id_t path_id; member in struct:device_match_pattern
431 path_id_t path_id; member in struct:bus_match_pattern
458 path_id_t path_id; member in struct:periph_match_result
469 path_id_t path_id; member in struct:device_match_result
479 path_id_t path_id; member in struct:bus_match_result
H A Dcam_xpt_internal.h157 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-9.3-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-9.3-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-9.3-release/sys/dev/hptmv/
H A Dosbsd.h241 hpt_get_periph(int path_id,int target_id) argument
247 status = xpt_create_path(&path, NULL, path_id, target_id, 0);
/freebsd-9.3-release/sys/cam/ctl/
H A Dscsi_ctl.c82 path_id_t path_id; member in struct:ctlfe_softc
355 cpi->unit_number, cpi->ccb_h.path_id,
361 cpi->unit_number, cpi->ccb_h.path_id);
388 bus_softc->path_id = cpi->ccb_h.path_id;
458 if (softc->path_id == xpt_path_path_id(path)) {
498 if (softc->path_id == xpt_path_path_id(path)) {
1693 status = xpt_create_path(&path, /*periph*/ NULL, bus_softc->path_id,
1829 __func__, bus_softc->port_name, bus_softc->path_id,
1834 __func__, bus_softc->port_name, bus_softc->path_id,
[all...]
/freebsd-9.3-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-9.3-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;
H A Dhim.h203 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
/freebsd-9.3-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-9.3-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,
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_osm.c78 path_id_t path_id; local
81 path_id = cam_sim_path(ahc->platform_data->sim_b);
83 path_id = cam_sim_path(ahc->platform_data->sim);
86 path_id, target, lun));
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhim.h200 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhim.h176 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
H A Dhptrr_os_bsd.c264 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Disc_cam.c296 cp->path_id = cam_sim_path(sp->cam_sim);

Completed in 243 milliseconds

12