Home
last modified time | relevance | path

Searched refs:cdb_ptr (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-14.2/sys/dev/mfi/
H A Dmfi_cam.c374 bcopy(csio->cdb_io.cdb_ptr, &pt->cdb[0], csio->cdb_len); in mfip_start()
420 command = csio->cdb_io.cdb_ptr[0]; in mfip_done()
/freebsd-14.2/sys/dev/aac/
H A Daac_cam.c434 bcopy(csio->cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_cam_action()
533 data = ccb->csio.cdb_io.cdb_ptr; in aac_cam_fix_inquiry()
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h738 uint8_t *cdb_ptr; /* Pointer to the CDB bytes to send */ member
783 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in scsiio_cdb_ptr()
831 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in atio_cdb_ptr()
/freebsd-14.2/sys/powerpc/ps3/
H A Dps3cdrom.c491 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_intr()
576 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_transfer()
/freebsd-14.2/sys/dev/hptiop/
H A Dhptiop.c380 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_itl()
532 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mv()
638 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mvfrey()
2390 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_itl()
2529 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mv()
2583 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mvfrey()
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_cam.c904 bcopy(ccb->csio.cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_passthrough_command()
1095 cmdp = ccb->csio.cdb_io.cdb_ptr; in aac_cam_action()
1199 command = ccb->csio.cdb_io.cdb_ptr[0]; in aac_cam_complete()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_all.c3582 scsi_cdb_sbuf(cdb_ptr, &sb); in scsi_cdb_string()
3598 scsi_cdb_sbuf(uint8_t *cdb_ptr, struct sbuf *sb) in scsi_cdb_sbuf() argument
3603 if (cdb_ptr == NULL) in scsi_cdb_sbuf()
3620 switch((*cdb_ptr >> 5) & 0x7) { in scsi_cdb_sbuf()
3643 sbuf_printf(sb, "%02hhx ", cdb_ptr[i]); in scsi_cdb_sbuf()
8539 uint8_t *cdb_ptr; in scsi_ata_pass() local
8596 cdb_ptr = csio->cdb_io.cdb_bytes; in scsi_ata_pass()
8598 cdb_ptr = cdb_storage; in scsi_ata_pass()
8605 cdb = (struct ata_pass_12 *)cdb_ptr; in scsi_ata_pass()
8623 cdb = (struct ata_pass_16 *)cdb_ptr; in scsi_ata_pass()
[all …]
H A Dscsi_pass.c1895 error = copyin(ccb->csio.cdb_io.cdb_ptr, in passdoioctl()
2190 error = copyin(ccb->csio.cdb_io.cdb_ptr, cmd, ccb->csio.cdb_len); in passsendccb()
2193 ccb->csio.cdb_io.cdb_ptr = cmd; in passsendccb()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_inline.h430 q_hscb->shared_data.cdb_ptr = in ahc_swap_with_next_hscb()
H A Daic79xx_osm.c1098 aic_htole64((uintptr_t)csio->cdb_io.cdb_ptr); in ahd_setup_data()
1104 csio->cdb_io.cdb_ptr, in ahd_setup_data()
H A Daic7xxx_osm.c1156 csio->cdb_io.cdb_ptr, in ahc_setup_data()
1161 csio->cdb_io.cdb_ptr, in ahc_setup_data()
H A Daic7xxx.h429 uint32_t cdb_ptr; member
/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.h450 (ccb)->cdb_io.cdb_ptr : (ccb)->cdb_io.cdb_bytes)
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_cam.c1950 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
1957 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
1966 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
/freebsd-14.2/share/examples/scsi_target/
H A Dscsi_target.c579 a_descr->cdb = atio->cdb_io.cdb_ptr; in handle_read()
/freebsd-14.2/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c442 cdb = ccb->csio.cdb_io.cdb_ptr; in os_cmddone()
585 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd-14.2/sys/dev/ciss/
H A Dciss.c3169 bcopy(csio->cdb_io.cdb_ptr, &cc->cdb.cdb[0], csio->cdb_len); in ciss_cam_action_io()
3208 *(u_int8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes[0]; in ciss_cam_emulate()
3237 *(u_int8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes[0]) == SYNCHRONIZE_CACHE) { in ciss_cam_emulate()
3358 (uint8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes; in ciss_cam_complete_fixup()
/freebsd-14.2/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1900 memcpy(&reqp->vstor_packet.u.vm_srb.u.cdb, csio->cdb_io.cdb_ptr, in create_storvsc_request()
2192 csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes); in storvsc_io_done()
/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1195 …((rcb->cm_ccb->ccb_h.flags & CAM_CDB_POINTER) ? rcb->cm_ccb->csio.cdb_io.cdb_ptr : rcb->cm_ccb->cs…
H A Dsmartpqi_cam.c252 (uint8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes; in smartpqi_fix_ld_inquiry()
/freebsd-14.2/sys/powerpc/pseries/
H A Dphyp_vscsi.c608 ccb->csio.cdb_io.cdb_ptr : ccb->csio.cdb_io.cdb_bytes; in vscsi_scsi_command()
/freebsd-14.2/sys/dev/usb/storage/
H A Dumass.c2170 cmd = (uint8_t *)(ccb->csio.cdb_io.cdb_ptr); in umass_cam_action()
2551 cmd = (uint8_t *)(ccb->csio.cdb_io.cdb_ptr); in umass_cam_sense_cb()
/freebsd-14.2/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c539 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd-14.2/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c545 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd-14.2/sys/dev/tws/
H A Dtws_cam.c714 bcopy(csio->cdb_io.cdb_ptr, cmd_pkt->cmd.pkt_a.cdb, csio->cdb_len); in tws_execute_scsi()

12