| /freebsd/sys/cam/ |
| H A D | cam_xpt.h | 51 struct cam_path; 66 struct cam_path *path, void *args); 79 struct cam_path *path, 83 struct cam_path *path, 87 cam_status xpt_create_path(struct cam_path **new_path_ptr, 91 cam_status xpt_create_path_unlocked(struct cam_path **new_path_ptr, 96 struct cam_path *path); 97 void xpt_free_path(struct cam_path *path); 98 void xpt_path_counts(struct cam_path *path, uint32_t *bus_ref, 101 int xpt_path_comp(struct cam_path *path1, [all …]
|
| H A D | cam_periph.h | 122 struct cam_path *path; /* Compiled path to device */ 166 char *name, cam_periph_type type, struct cam_path *, 168 struct cam_periph *cam_periph_find(struct cam_path *path, char *name); 169 int cam_periph_list(struct cam_path *, struct sbuf *); 198 void cam_freeze_devq(struct cam_path *path); 199 uint32_t cam_release_devq(struct cam_path *path, uint32_t relsim_flags, 203 struct cam_path *path, void *arg);
|
| H A D | cam_xpt_internal.h | 196 struct cam_path { struct 208 uint32_t xpt_dev_ccbq_resize(struct cam_path *path, int newopenings); argument 209 void xpt_start_tags(struct cam_path *path); 210 void xpt_stop_tags(struct cam_path *path);
|
| H A D | cam_xpt_sim.h | 45 uint32_t xpt_freeze_devq(struct cam_path *path, u_int count); 46 void xpt_release_devq(struct cam_path *path,
|
| H A D | cam_xpt.c | 214 struct cam_path *cam_dpath; 238 struct cam_path *path, 525 struct cam_path *old_path; in xptdoioctl() 887 struct cam_path *path; in xpt_init() 1062 struct cam_path *path = periph->path; in xpt_announce_periph_sbuf() 1138 struct cam_path *path = periph->path; in xpt_denounce_periph_sbuf() 1164 xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path) in xpt_getattr() 2469 struct cam_path path; in xptsetasyncfunc() 2501 struct cam_path path; in xptsetasyncbusfunc() 2547 struct cam_path *path; in xpt_action_default() [all …]
|
| H A D | cam_debug.h | 78 extern struct cam_path *cam_dpath; 86 void xpt_cam_path_debug(struct cam_path *path, const char *fmt, ...);
|
| H A D | cam_compat.h | 64 struct cam_path *path; /* Compiled path for this ccb */ 152 struct cam_path *path; /* Compiled path for this ccb */
|
| /freebsd/sys/cam/ata/ |
| H A D | ata_pmp.c | 114 struct cam_path *path, void *arg); 178 struct cam_path *dpath; in pmpfreeze() 200 struct cam_path *dpath; in pmprelease() 221 struct cam_path *dpath; in pmponinvalidate() 263 struct cam_path *path, void *arg) in pmpasync() 423 struct cam_path *dpath; in pmpstart() 585 struct cam_path *dpath; in pmpdone()
|
| H A D | ata_xpt.c | 170 struct cam_path *path, cam_flags flags, 176 static void ata_device_transport(struct cam_path *path); 179 struct cam_path *path, 328 struct cam_path *path; in aprobestart() 733 struct cam_path *path; in aprobedone() 1381 struct cam_path *path; in ata_scan_bus() 1543 ata_scan_lun(struct cam_periph *periph, struct cam_path *path, in ata_scan_lun() 1548 struct cam_path *new_path; in ata_scan_lun() 1655 ata_device_transport(struct cam_path *path) in ata_device_transport() 1893 ata_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_path *path, in ata_set_transfer_settings() [all …]
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_target.c | 92 struct cam_path *path; 125 static cam_status targendislun(struct cam_path *path, int enable, 128 struct cam_path *path, 150 struct cam_path *path, void *arg); 236 struct cam_path *path; in targioctl() 357 targendislun(struct cam_path *path, int enable, int grp6_len, int grp7_len) in targendislun() 381 targenable(struct targ_softc *softc, struct cam_path *path, int grp6_len, in targenable() 1018 targasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in targasync()
|
| H A D | scsi_xpt.c | 586 static void probe_purge_old(struct cam_path *path, 593 struct cam_path *path, cam_flags flags, 599 static void scsi_devise_transport(struct cam_path *path); 601 struct cam_path *path, 603 static void scsi_toggle_tags(struct cam_path *path); 1197 struct cam_path *path; in probedone() 1863 probe_purge_old(struct cam_path *path, struct scsi_report_luns_data *new, in probe_purge_old() 1866 struct cam_path *tp; in probe_purge_old() 1998 struct cam_path *path; in scsi_scan_bus() 2129 struct cam_path *path, *oldpath; in scsi_scan_bus() [all …]
|
| H A D | scsi_targ_bh.c | 130 struct cam_path *path, void *arg); 173 struct cam_path *path, void *arg) in targbhasync() 175 struct cam_path *new_path; in targbhasync()
|
| /freebsd/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 143 struct cam_path *path, cam_flags flags, 148 static void nvme_device_transport(struct cam_path *path); 310 struct cam_path *path; in nvme_probe_done() 528 nvme_scan_lun(struct cam_periph *periph, struct cam_path *path, in nvme_scan_lun() 622 nvme_device_transport(struct cam_path *path) in nvme_device_transport() 792 struct cam_path *path = periph->path; in nvme_announce_periph_sbuf()
|
| /freebsd/sys/dev/isci/ |
| H A D | 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()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx_osm.h | 117 struct cam_path *path; 118 struct cam_path *path_b;
|
| H A D | aic7xxx_osm.c | 56 struct cam_path *path, void *arg); 66 struct cam_path **path); 70 u_int lun, struct cam_path **path) in ahc_create_path() 147 struct cam_path *path; in ahc_attach() 148 struct cam_path *path2; in ahc_attach() 359 struct cam_path *ccb_path; in ahc_done() 894 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async() 1282 struct cam_path *path; in ahc_send_async()
|
| H A D | aic79xx_osm.c | 65 struct cam_path *path, void *arg); 75 struct cam_path **path); 140 u_int lun, struct cam_path **path) in ahd_create_path() 216 struct cam_path *path; in ahd_attach() 351 struct cam_path *ccb_path; in ahd_done() 913 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async() 1224 struct cam_path *path; in ahd_send_async()
|
| /freebsd/sys/dev/hptmv/ |
| H A D | osbsd.h | 151 struct cam_path *path; 233 struct cam_path *path; in hpt_get_periph()
|
| /freebsd/sys/dev/iscsi/ |
| H A D | iscsi.h | 112 struct cam_path *is_path;
|
| /freebsd/sys/sys/ |
| H A D | eventhandler.h | 299 struct cam_path; 301 typedef void (*ada_probe_veto_fn)(void *, struct cam_path *,
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | os_bsd.h | 169 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd/sys/dev/hptnr/ |
| H A D | os_bsd.h | 171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd/sys/dev/hptrr/ |
| H A D | os_bsd.h | 172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_sas.h | 92 struct cam_path *path;
|
| /freebsd/sys/dev/mmcnull/ |
| H A D | mmcnull.c | 52 struct cam_path *path; 239 struct cam_path *dpath; in mmcnull_intr_sdio_newintr()
|