| /freebsd/share/examples/scsi_target/ |
| H A D | scsi_target.c | 79 CAM_TARGET_WILDCARD, 218 ioc_enlun.target_id == CAM_TARGET_WILDCARD || in main() 791 tcmd_ua(CAM_TARGET_WILDCARD, UA_BUS_RESET); in work_inot() 795 tcmd_ua(CAM_TARGET_WILDCARD, UA_BDR); in work_inot()
|
| /freebsd/sys/cam/ |
| H A D | cam_xpt.c | 444 if (inccb->ccb_h.target_id != CAM_TARGET_WILDCARD || in xptdoioctl() 451 if (inccb->ccb_h.target_id == CAM_TARGET_WILDCARD || in xptdoioctl() 843 if (ccb->ccb_h.path->target->target_id == CAM_TARGET_WILDCARD && in xpt_rescan() 846 else if (ccb->ccb_h.path->target->target_id != CAM_TARGET_WILDCARD && in xpt_rescan() 849 else if (ccb->ccb_h.path->target->target_id != CAM_TARGET_WILDCARD && in xpt_rescan() 949 CAM_TARGET_WILDCARD, in xpt_init() 2087 CAM_TARGET_WILDCARD; in xptplistperiphfunc() 2517 CAM_TARGET_WILDCARD, in xptsetasyncbusfunc() 3449 ccb_h->target_id = CAM_TARGET_WILDCARD; in xpt_setup_ccb_flags() 3454 ccb_h->target_lun = CAM_TARGET_WILDCARD; in xpt_setup_ccb_flags() [all …]
|
| H A D | cam_debug.h | 67 #define CAM_DEBUG_TARGET CAM_TARGET_WILDCARD
|
| H A D | cam.h | 52 #define CAM_TARGET_WILDCARD ((target_id_t)~0) macro
|
| /freebsd/usr.bin/iscsictl/ |
| H A D | periphs.c | 85 ccb.ccb_h.target_id = CAM_TARGET_WILDCARD; in print_periphs()
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mpt_cam.c | 146 ccb.ccb_h.target_id = CAM_TARGET_WILDCARD; in mpt_query_disk() 542 ccb.ccb_h.target_id = CAM_TARGET_WILDCARD; in mpt_rescan_bus()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_targ_bh.c | 191 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD); in targbhasync() 692 atio->ccb_h.target_id = CAM_TARGET_WILDCARD; in targbhdone()
|
| /freebsd/sys/dev/aac/ |
| H A D | aac_cam.c | 115 target_id = CAM_TARGET_WILDCARD; in aac_cam_rescan() 237 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in aac_cam_attach()
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 187 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mrsas_cam_attach() 214 CAM_TARGET_WILDCARD, in mrsas_cam_attach() 1743 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mrsas_bus_scan() 1750 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mrsas_bus_scan() 1780 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mrsas_bus_scan_sim()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 402 ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahc_handle_brkadrint() 5290 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahc_match_scb() 5617 if (target != CAM_TARGET_WILDCARD) { in ahc_search_untagged_queues() 5882 if (target != CAM_TARGET_WILDCARD) { in ahc_abort_scbs() 6016 CAM_TARGET_WILDCARD, in ahc_reset_channel() 6017 CAM_TARGET_WILDCARD, in ahc_reset_channel() 6103 found = ahc_abort_scbs(ahc, CAM_TARGET_WILDCARD, channel, in ahc_reset_channel() 6128 ahc_queue_lstate_event(ahc, lstate, CAM_TARGET_WILDCARD, in ahc_reset_channel() 6135 ahc_send_async(ahc, devinfo.channel, CAM_TARGET_WILDCARD, in ahc_reset_channel() 7240 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahc_find_tmode_devs() [all …]
|
| H A D | aic79xx.c | 904 ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_handle_hwerrint() 7222 match = ((targ == target) || (target == CAM_TARGET_WILDCARD)); in ahd_match_scb() 7773 if (target != CAM_TARGET_WILDCARD) { in ahd_abort_scbs() 7888 CAM_TARGET_WILDCARD, in ahd_reset_channel() 7889 CAM_TARGET_WILDCARD, in ahd_reset_channel() 7950 found = ahd_abort_scbs(ahd, CAM_TARGET_WILDCARD, channel, in ahd_reset_channel() 8002 ahd_queue_lstate_event(ahd, lstate, CAM_TARGET_WILDCARD, in ahd_reset_channel() 8009 ahd_send_async(ahd, devinfo.channel, CAM_TARGET_WILDCARD, in ahd_reset_channel() 9006 ahd_search_qinfifo(ahd, CAM_TARGET_WILDCARD, ALL_CHANNELS, in ahd_dump_card_state() 9788 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD in ahd_find_tmode_devs() [all …]
|
| /freebsd/sys/cam/ctl/ |
| H A D | ctl_frontend_cam_sim.c | 194 CAM_TARGET_WILDCARD, in cfcs_init() 251 cam_sim_path(softc->sim), CAM_TARGET_WILDCARD, in cfcs_onoffline()
|
| H A D | scsi_ctl.c | 1534 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD); in ctlfe_onoffline() 1653 bus_softc->path_id, CAM_TARGET_WILDCARD, in ctlfe_online() 1718 bus_softc->path_id, CAM_TARGET_WILDCARD, in ctlfe_offline()
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_cam.c | 349 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mpt_cam_attach() 390 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mpt_cam_attach() 2205 (tgt != CAM_TARGET_WILDCARD || lun != CAM_LUN_WILDCARD) ? in mpt_bus_reset() 2210 tgt != CAM_TARGET_WILDCARD ? tgt : 0, in mpt_bus_reset() 2341 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in mpt_cam_event() 3633 if (ccb->ccb_h.target_id != CAM_TARGET_WILDCARD) { in mpt_action() 4252 if (tgt == CAM_TARGET_WILDCARD && lun == CAM_LUN_WILDCARD) { in mpt_enable_lun() 4256 } else if (tgt != CAM_TARGET_WILDCARD && tgt != 0) { in mpt_enable_lun() 4278 if (tgt == CAM_TARGET_WILDCARD && lun == CAM_LUN_WILDCARD) { in mpt_disable_lun() 4282 } else if (tgt != CAM_TARGET_WILDCARD && tgt != 0) { in mpt_disable_lun()
|
| /freebsd/sys/dev/nvmf/host/ |
| H A D | nvmf_sim.c | 276 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in nvmf_init_sim()
|
| /freebsd/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 615 cam_sim_path(sc->vtscsi_sim), CAM_TARGET_WILDCARD, in vtscsi_register_cam() 1723 if (target_id == CAM_TARGET_WILDCARD && lun_id == CAM_LUN_WILDCARD) { in vtscsi_announce() 1765 vtscsi_execute_rescan(sc, CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD); in vtscsi_execute_rescan_bus() 2056 vtscsi_announce(sc, AC_BUS_RESET, CAM_TARGET_WILDCARD, in vtscsi_reset_bus()
|
| /freebsd/sys/dev/firewire/ |
| H A D | sbp_targ.c | 380 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD && in sbp_targ_find_devs() 443 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD) { in sbp_targ_en_lun() 509 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD) in sbp_targ_en_lun() 1974 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in sbp_targ_attach()
|
| /freebsd/tools/tools/vhba/mptest/ |
| H A D | vhba_mptest.c | 442 …if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(vhba->sim), CAM_TARGET_WILDCARD, CA… in vhba_timer()
|
| /freebsd/sys/dev/nvme/ |
| H A D | nvme_sim.c | 351 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in nvme_sim_attach()
|
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci_sim.c | 375 cam_sim_path(ctrlr->ufshci_sim), CAM_TARGET_WILDCARD, in ufshci_sim_attach()
|
| /freebsd/sys/dev/mpi3mr/ |
| H A D | mpi3mr_cam.c | 1483 targetid = CAM_TARGET_WILDCARD; in mpi3mr_rescan_target() 1503 if (targetid == CAM_TARGET_WILDCARD) in mpi3mr_rescan_target() 2153 cam_sim_path(sc->cam_sc->sim), CAM_TARGET_WILDCARD, in mpi3mr_cam_attach()
|
| /freebsd/lib/libcam/ |
| H A D | camlib.c | 290 ccb.ccb_h.target_id = CAM_TARGET_WILDCARD; in cam_open_btl()
|
| /freebsd/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 803 targetid = CAM_TARGET_WILDCARD; in hv_storvsc_rescan_target() 822 if (targetid == CAM_TARGET_WILDCARD) in hv_storvsc_rescan_target() 1188 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in storvsc_attach()
|
| /freebsd/sys/dev/hptrr/ |
| H A D | hptrr_osm_bsd.c | 1071 cam_sim_path(vbus_ext->sim), CAM_TARGET_WILDCARD, in hpt_final_init() 1302 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in hpt_rescan_bus()
|
| /freebsd/sys/dev/tws/ |
| H A D | tws_cam.c | 174 CAM_TARGET_WILDCARD, in tws_cam_attach() 213 CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) { in tws_bus_scan()
|