| /freebsd-14.2/sys/cam/ |
| H A D | cam_xpt.h | 52 struct cam_path; 67 struct cam_path *path, void *args); 80 struct cam_path *path, 84 struct cam_path *path, 97 struct cam_path *path); 98 void xpt_free_path(struct cam_path *path); 102 int xpt_path_comp(struct cam_path *path1, 103 struct cam_path *path2); 115 void xpt_print_path(struct cam_path *path); 133 void *cbarg, struct cam_path *path); [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 | 195 struct cam_path { struct 207 uint32_t xpt_dev_ccbq_resize(struct cam_path *path, int newopenings); argument 208 void xpt_start_tags(struct cam_path *path); 209 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 | 211 struct cam_path *cam_dpath; 235 struct cam_path *path, 885 struct cam_path *path; in xpt_init() 2465 struct cam_path path; in xptsetasyncfunc() 2498 struct cam_path path; in xptsetasyncbusfunc() 2532 struct cam_path *path; in xpt_action_default() 3447 struct cam_path *path; in xpt_create_path() 3552 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path() 3635 xpt_path_comp(struct cam_path *path1, struct cam_path *path2) in xpt_path_comp() 3884 struct cam_path *path; in xpt_bus_register() [all …]
|
| 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 */
|
| H A D | cam_debug.h | 78 extern struct cam_path *cam_dpath;
|
| /freebsd-14.2/sys/cam/ata/ |
| H A D | 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()
|
| H A D | ata_xpt.c | 172 struct cam_path *path, cam_flags flags, 178 static void ata_device_transport(struct cam_path *path); 181 struct cam_path *path, 330 struct cam_path *path; in aprobestart() 735 struct cam_path *path; in aprobedone() 1383 struct cam_path *path; in ata_scan_bus() 1550 struct cam_path *new_path; in ata_scan_lun() 1657 ata_device_transport(struct cam_path *path) in ata_device_transport() 2040 struct cam_path newpath; in ata_dev_async() 2069 struct cam_path path; in ata_dev_async() [all …]
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_target.c | 93 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 | 585 struct cam_path *path, 1165 struct cam_path *path; in probedone() 1823 struct cam_path *tp; in probe_purge_old() 1939 struct cam_path *path; in scsi_scan_bus() 2074 struct cam_path *path, *oldpath; in scsi_scan_bus() 2294 struct cam_path *new_path; in scsi_scan_lun() 2420 scsi_devise_transport(struct cam_path *path) in scsi_devise_transport() 2926 scsi_toggle_tags(struct cam_path *path) in scsi_toggle_tags() 2967 struct cam_path newpath; in scsi_dev_async() 3024 struct cam_path path; in scsi_dev_async() [all …]
|
| H A D | 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()
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 145 struct cam_path *path, cam_flags flags, 150 static void nvme_device_transport(struct cam_path *path); 311 struct cam_path *path; in nvme_probe_done() 527 nvme_scan_lun(struct cam_periph *periph, struct cam_path *path, in nvme_scan_lun() 621 nvme_device_transport(struct cam_path *path) in nvme_device_transport() 791 struct cam_path *path = periph->path; in nvme_announce_periph_sbuf()
|
| /freebsd-14.2/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-14.2/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 | 57 struct cam_path *path, void *arg); 67 struct cam_path **path); 71 u_int lun, struct cam_path **path) in ahc_create_path() 148 struct cam_path *path; in ahc_attach() 149 struct cam_path *path2; in ahc_attach() 360 struct cam_path *ccb_path; in ahc_done() 895 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async() 1283 struct cam_path *path; in ahc_send_async()
|
| H A D | aic79xx_osm.c | 66 struct cam_path *path, void *arg); 76 struct cam_path **path); 141 u_int lun, struct cam_path **path) in ahd_create_path() 217 struct cam_path *path; in ahd_attach() 352 struct cam_path *ccb_path; in ahd_done() 914 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async() 1225 struct cam_path *path; in ahd_send_async()
|
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | osbsd.h | 151 struct cam_path *path; 233 struct cam_path *path; in hpt_get_periph()
|
| /freebsd-14.2/sys/sys/ |
| H A D | eventhandler.h | 298 struct cam_path; 300 typedef void (*ada_probe_veto_fn)(void *, struct cam_path *,
|
| /freebsd-14.2/sys/dev/iscsi/ |
| H A D | iscsi.h | 112 struct cam_path *is_path;
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | os_bsd.h | 171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | os_bsd.h | 172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | os_bsd.h | 169 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_sas.h | 92 struct cam_path *path;
|
| /freebsd-14.2/sys/dev/mmcnull/ |
| H A D | mmcnull.c | 53 struct cam_path *path; 240 struct cam_path *dpath; in mmcnull_intr_sdio_newintr()
|