| /freebsd/tools/cam/ |
| H A D | mps.d | 149 inline int CAM_CDB_POINTER = 1; variable 319 this->cdb = this->hdr->flags & CAM_CDB_POINTER ?
|
| H A D | mpr.d | 149 inline int CAM_CDB_POINTER = 1; variable 319 this->cdb = this->hdr->flags & CAM_CDB_POINTER ?
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | cam.d | 61 inline int CAM_CDB_POINTER = 1; variable
|
| /freebsd/sys/dev/mfi/ |
| H A D | mfi_cam.c | 373 if (ccbh->flags & CAM_CDB_POINTER) in mfip_start() 419 if (ccbh->flags & CAM_CDB_POINTER) in mfip_done()
|
| /freebsd/sys/dev/aac/ |
| H A D | aac_cam.c | 433 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 532 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_fix_inquiry()
|
| /freebsd/sys/powerpc/ps3/ |
| H A D | ps3cdrom.c | 489 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_intr() 574 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_transfer()
|
| /freebsd/sys/cam/ |
| H A D | cam_ccb.h | 66 CAM_CDB_POINTER = 0x00000001,/* The CDB field is a pointer */ enumerator 793 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in scsiio_cdb_ptr() 841 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in atio_cdb_ptr()
|
| /freebsd/sys/dev/hptiop/ |
| H A D | hptiop.c | 378 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_itl() 530 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mv() 636 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mvfrey() 2388 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_itl() 2527 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mv() 2581 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mvfrey()
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_cam.c | 903 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_passthrough_command() 1094 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 1198 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_complete()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_cam.c | 1949 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1956 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1965 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 2062 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) != 0) { in ocs_action()
|
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci_sim.c | 183 if (csio->ccb_h.flags & CAM_CDB_POINTER) in ufshchi_sim_scsiio()
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_pass.c | 1900 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passdoioctl() 1909 ccb->ccb_h.flags &= ~CAM_CDB_POINTER; in passdoioctl() 2198 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passsendccb()
|
| /freebsd/sys/dev/isp/ |
| H A D | isp_freebsd.h | 449 (((ccb)->ccb_h.flags & CAM_CDB_POINTER)? \
|
| /freebsd/sys/dev/ciss/ |
| H A D | ciss.c | 3170 if ((csio->ccb_h.flags & CAM_CDB_POINTER) && (csio->ccb_h.flags & CAM_CDB_PHYS)) { in ciss_cam_action_io() 3230 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in ciss_cam_action_io() 3269 opcode = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3298 if (((csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3419 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_complete_fixup()
|
| /freebsd/share/examples/scsi_target/ |
| H A D | scsi_target.c | 576 if ((atio->ccb_h.flags & CAM_CDB_POINTER) == 0) in handle_read()
|
| /freebsd/sys/dev/hptnr/ |
| H A D | hptnr_osm_bsd.c | 441 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in os_cmddone() 584 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 1902 if(ccb->ccb_h.flags & CAM_CDB_POINTER) { in create_storvsc_request() 2194 ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in storvsc_io_done()
|
| /freebsd/sys/dev/smartpqi/ |
| H A D | smartpqi_defines.h | 1204 #define OS_GET_CDBP(rcb) ((rcb->cm_ccb->ccb_h.flags & CAM_CDB_POINTER) ? rcb->cm_ccb->csio.cdb_io.c…
|
| H A D | smartpqi_cam.c | 246 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in smartpqi_fix_ld_inquiry()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | phyp_vscsi.c | 606 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in vscsi_scsi_command()
|
| /freebsd/sys/dev/usb/storage/ |
| H A D | umass.c | 2193 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_action() 2585 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_sense_cb()
|
| /freebsd/sys/dev/tws/ |
| H A D | tws_cam.c | 713 if(ccb_h->flags & CAM_CDB_POINTER) in tws_execute_scsi()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 1081 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahd_setup_data()
|
| H A D | aic7xxx_osm.c | 1144 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahc_setup_data()
|
| /freebsd/sys/dev/ata/ |
| H A D | ata-all.c | 783 bcopy((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ata_cam_begin_transaction()
|