| /NextBSD/sys/cam/ |
| HD | cam_xpt.h | 46 struct cam_path; 61 struct cam_path *path, void *args); 74 struct cam_path *path, 78 struct cam_path *path, 82 cam_status xpt_create_path(struct cam_path **new_path_ptr, 86 cam_status xpt_create_path_unlocked(struct cam_path **new_path_ptr, 91 struct cam_path *path); 92 void xpt_free_path(struct cam_path *path); 93 void xpt_path_counts(struct cam_path *path, uint32_t *bus_ref, 96 int xpt_path_comp(struct cam_path *path1, [all …]
|
| HD | cam_periph.h | 111 struct cam_path *path; /* Compiled path to device */ 150 char *name, cam_periph_type type, struct cam_path *, 152 struct cam_periph *cam_periph_find(struct cam_path *path, char *name); 153 int cam_periph_list(struct cam_path *, struct sbuf *); 181 void cam_freeze_devq(struct cam_path *path); 182 u_int32_t cam_release_devq(struct cam_path *path, u_int32_t relsim_flags, 186 struct cam_path *path, void *arg);
|
| HD | cam_xpt_internal.h | 161 struct cam_path { struct 176 u_int32_t xpt_dev_ccbq_resize(struct cam_path *path, int newopenings); argument 177 void xpt_start_tags(struct cam_path *path); 178 void xpt_stop_tags(struct cam_path *path);
|
| HD | cam_xpt.c | 202 struct cam_path *cam_dpath; 227 struct cam_path *path, 507 struct cam_path *old_path; in xptdoioctl() 767 struct cam_path path; in xpt_scanner_thread() 843 struct cam_path *path; in xpt_init() 1009 struct cam_path *path = periph->path; in xpt_announce_periph() 1064 struct cam_path *path = periph->path; in xpt_denounce_periph() 1093 xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path) in xpt_getattr() 2396 struct cam_path path; in xptsetasyncfunc() 2428 struct cam_path path; in xptsetasyncbusfunc() [all …]
|
| HD | cam_xpt_sim.h | 45 u_int32_t xpt_freeze_devq(struct cam_path *path, u_int count); 46 void xpt_release_devq(struct cam_path *path,
|
| HD | cam_compat.h | 65 struct cam_path *path; /* Compiled path for this ccb */ 131 struct cam_path *path; /* Compiled path for this ccb */
|
| HD | cam_periph.c | 158 char *name, cam_periph_type type, struct cam_path *path, in cam_periph_alloc() 298 cam_periph_find(struct cam_path *path, char *name) in cam_periph_find() 329 cam_periph_list(struct cam_path *path, struct sbuf *sb) in cam_periph_list() 1132 cam_freeze_devq(struct cam_path *path) in cam_freeze_devq() 1144 cam_release_devq(struct cam_path *path, u_int32_t relsim_flags, in cam_release_devq() 1243 struct cam_path *path, void *arg) in cam_periph_async() 1613 struct cam_path *newpath; in cam_periph_error()
|
| HD | cam_debug.h | 78 extern struct cam_path *cam_dpath;
|
| /NextBSD/sys/dev/iscsi_initiator/ |
| HD | isc_cam.c | 112 if(sp->cam_path != NULL) { in ic_lost_target() 114 xpt_async(AC_LOST_DEVICE, sp->cam_path, NULL); in ic_lost_target() 115 xpt_free_path(sp->cam_path); in ic_lost_target() 117 sp->cam_path = 0; // XXX in ic_lost_target() 148 ccb->ccb_h.path = sp->cam_path; in ic_scan() 294 if(sp->cam_path != NULL) { in ic_destroy() 299 xpt_async(AC_LOST_DEVICE, sp->cam_path, NULL); in ic_destroy() 301 xpt_async(XPT_RESET_BUS, sp->cam_path, NULL); in ic_destroy() 303 xpt_free_path(sp->cam_path); in ic_destroy() 362 if(xpt_create_path(&sp->cam_path, NULL, cam_sim_path(sp->cam_sim), in ic_init()
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_pmp.c | 115 struct cam_path *path, void *arg); 179 struct cam_path *dpath; in pmpfreeze() 201 struct cam_path *dpath; in pmprelease() 222 struct cam_path *dpath; in pmponinvalidate() 264 struct cam_path *path, void *arg) in pmpasync() 424 struct cam_path *dpath; in pmpstart() 586 struct cam_path *dpath; in pmpdone()
|
| HD | ata_xpt.c | 176 struct cam_path *path, cam_flags flags, 182 static void ata_device_transport(struct cam_path *path); 185 struct cam_path *path, 288 struct cam_path *path; in probestart() 687 struct cam_path *path; in probedone() 1315 struct cam_path *path; in ata_scan_bus() 1480 ata_scan_lun(struct cam_periph *periph, struct cam_path *path, in ata_scan_lun() 1485 struct cam_path *new_path; in ata_scan_lun() 1595 ata_device_transport(struct cam_path *path) in ata_device_transport() 1824 ata_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_path *path, in ata_set_transfer_settings() [all …]
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_xpt.c | 570 static void probe_purge_old(struct cam_path *path, 577 struct cam_path *path, cam_flags flags, 583 static void scsi_devise_transport(struct cam_path *path); 585 struct cam_path *path, 587 static void scsi_toggle_tags(struct cam_path *path); 1125 struct cam_path *path; in probedone() 1769 probe_purge_old(struct cam_path *path, struct scsi_report_luns_data *new, in probe_purge_old() 1772 struct cam_path *tp; in probe_purge_old() 1906 struct cam_path *path; in scsi_scan_bus() 2042 struct cam_path *path, *oldpath; in scsi_scan_bus() [all …]
|
| HD | scsi_target.c | 95 struct cam_path *path; 128 static cam_status targendislun(struct cam_path *path, int enable, 131 struct cam_path *path, 153 struct cam_path *path, void *arg); 239 struct cam_path *path; in targioctl() 360 targendislun(struct cam_path *path, int enable, int grp6_len, int grp7_len) in targendislun() 383 targenable(struct targ_softc *softc, struct cam_path *path, int grp6_len, in targenable() 1011 targasync(void *callback_arg, u_int32_t code, struct cam_path *path, void *arg) in targasync()
|
| HD | scsi_targ_bh.c | 131 struct cam_path *path, void *arg); 174 struct cam_path *path, void *arg) in targbhasync() 176 struct cam_path *new_path; in targbhasync()
|
| /NextBSD/sys/dev/isci/ |
| HD | isci_remote_device.c | 263 struct cam_path *path; in isci_remote_device_freeze_lun_queue() 279 struct cam_path *path; in isci_remote_device_release_lun_queue()
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic7xxx_osm.h | 139 struct cam_path *path; 140 struct cam_path *path_b;
|
| HD | aic7xxx_osm.c | 61 struct cam_path *path, void *arg); 71 struct cam_path **path); 76 u_int lun, struct cam_path **path) in ahc_create_path() 153 struct cam_path *path; in ahc_attach() 154 struct cam_path *path2; in ahc_attach() 352 struct cam_path *ccb_path; in ahc_done() 892 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async() 1289 struct cam_path *path; in ahc_send_async()
|
| HD | aic79xx_osm.c | 68 struct cam_path *path, void *arg); 78 struct cam_path **path); 143 u_int lun, struct cam_path **path) in ahd_create_path() 219 struct cam_path *path; in ahd_attach() 341 struct cam_path *ccb_path; in ahd_done() 908 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async() 1229 struct cam_path *path; in ahd_send_async()
|
| /NextBSD/sys/dev/advansys/ |
| HD | advlib.h | 52 struct cam_path; 542 struct cam_path *path; 830 void adv_set_syncrate(struct adv_softc *adv, struct cam_path *path, 847 struct cam_path *path, void *arg);
|
| /NextBSD/sys/dev/hptmv/ |
| HD | osbsd.h | 151 struct cam_path *path; 235 struct cam_path *path; in hpt_get_periph()
|
| /NextBSD/sys/dev/iscsi/ |
| HD | iscsi.h | 112 struct cam_path *is_path;
|
| /NextBSD/sys/dev/hptrr/ |
| HD | os_bsd.h | 172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /NextBSD/sys/dev/hpt27xx/ |
| HD | os_bsd.h | 171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /NextBSD/sys/dev/hptnr/ |
| HD | os_bsd.h | 171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /NextBSD/sys/dev/mps/ |
| HD | mps_sas.h | 96 struct cam_path *path;
|