Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/dev/mfi/
H A Dmfi_cam.c375 bcopy(csio->cdb_io.cdb_ptr, &pt->cdb[0], csio->cdb_len); in mfip_start()
423 command = csio->cdb_io.cdb_ptr[0]; in mfip_done()
/freebsd-13.1/sys/dev/amr/
H A Damr_cam.c459 bcopy(csio->cdb_io.cdb_ptr, aep->ap_cdb, csio->cdb_len); in amr_cam_command()
485 bcopy(csio->cdb_io.cdb_ptr, ap->ap_cdb, csio->cdb_len); in amr_cam_command()
/freebsd-13.1/sys/dev/aac/
H A Daac_cam.c438 bcopy(csio->cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_cam_action()
537 data = ccb->csio.cdb_io.cdb_ptr; in aac_cam_fix_inquiry()
/freebsd-13.1/sys/cam/
H A Dcam_ccb.h728 u_int8_t *cdb_ptr; /* Pointer to the CDB bytes to send */ member
773 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in scsiio_cdb_ptr()
821 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in atio_cdb_ptr()
/freebsd-13.1/sys/powerpc/ps3/
H A Dps3cdrom.c492 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_intr()
577 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_transfer()
/freebsd-13.1/sys/dev/hptiop/
H A Dhptiop.c384 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_itl()
540 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mv()
646 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mvfrey()
2394 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_itl()
2533 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mv()
2587 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mvfrey()
/freebsd-13.1/sys/dev/aacraid/
H A Daacraid_cam.c908 bcopy(ccb->csio.cdb_io.cdb_ptr, (u_int8_t *)&srb->cdb[0], in aac_passthrough_command()
1099 cmdp = ccb->csio.cdb_io.cdb_ptr; in aac_cam_action()
1203 command = ccb->csio.cdb_io.cdb_ptr[0]; in aac_cam_complete()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.c3498 scsi_cdb_sbuf(cdb_ptr, &sb); in scsi_cdb_string()
3514 scsi_cdb_sbuf(u_int8_t *cdb_ptr, struct sbuf *sb) in scsi_cdb_sbuf() argument
3519 if (cdb_ptr == NULL) in scsi_cdb_sbuf()
3536 switch((*cdb_ptr >> 5) & 0x7) { in scsi_cdb_sbuf()
3559 sbuf_printf(sb, "%02hhx ", cdb_ptr[i]); in scsi_cdb_sbuf()
8455 uint8_t *cdb_ptr; in scsi_ata_pass() local
8512 cdb_ptr = csio->cdb_io.cdb_bytes; in scsi_ata_pass()
8514 cdb_ptr = cdb_storage; in scsi_ata_pass()
8521 cdb = (struct ata_pass_12 *)cdb_ptr; in scsi_ata_pass()
8539 cdb = (struct ata_pass_16 *)cdb_ptr; in scsi_ata_pass()
[all …]
H A Dscsi_pass.c1897 error = copyin(ccb->csio.cdb_io.cdb_ptr, in passdoioctl()
2192 error = copyin(ccb->csio.cdb_io.cdb_ptr, cmd, ccb->csio.cdb_len); in passsendccb()
2195 ccb->csio.cdb_io.cdb_ptr = cmd; in passsendccb()
/freebsd-13.1/sys/dev/twa/
H A Dtw_osl_cam.c255 scsi_req->cdb = csio->cdb_io.cdb_ptr; in tw_osli_execute_scsi()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx_inline.h432 q_hscb->shared_data.cdb_ptr = in ahc_swap_with_next_hscb()
H A Daic79xx_osm.c1092 aic_htole64((uintptr_t)csio->cdb_io.cdb_ptr); in ahd_setup_data()
1098 csio->cdb_io.cdb_ptr, in ahd_setup_data()
H A Daic7xxx_osm.c1152 csio->cdb_io.cdb_ptr, in ahc_setup_data()
1157 csio->cdb_io.cdb_ptr, in ahc_setup_data()
H A Daic7xxx.h431 uint32_t cdb_ptr; member
/freebsd-13.1/sys/dev/iscsi_initiator/
H A Discsi_subr.c510 ccb_h->flags & CAM_CDB_POINTER? csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in scsi_encap()
/freebsd-13.1/sys/dev/isp/
H A Disp_freebsd.h451 (ccb)->cdb_io.cdb_ptr : (ccb)->cdb_io.cdb_bytes)
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_cam.c1873 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
1880 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
1889 csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in ocs_initiator_io()
/freebsd-13.1/share/examples/scsi_target/
H A Dscsi_target.c577 a_descr->cdb = atio->cdb_io.cdb_ptr; in handle_read()
/freebsd-13.1/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c440 cdb = ccb->csio.cdb_io.cdb_ptr; in os_cmddone()
583 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1043 …((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.c245 (uint8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes; in smartpqi_fix_ld_inquiry()
/freebsd-13.1/sys/dev/ciss/
H A Dciss.c3181 bcopy(csio->cdb_io.cdb_ptr, &cc->cdb.cdb[0], csio->cdb_len); in ciss_cam_action_io()
3220 *(u_int8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes[0]; in ciss_cam_emulate()
3249 *(u_int8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes[0]) == SYNCHRONIZE_CACHE) { in ciss_cam_emulate()
3370 (uint8_t *)csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes; in ciss_cam_complete_fixup()
/freebsd-13.1/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1889 memcpy(&reqp->vstor_packet.u.vm_srb.u.cdb, csio->cdb_io.cdb_ptr, in create_storvsc_request()
2168 csio->cdb_io.cdb_ptr : csio->cdb_io.cdb_bytes); in storvsc_io_done()
/freebsd-13.1/sys/powerpc/pseries/
H A Dphyp_vscsi.c609 ccb->csio.cdb_io.cdb_ptr : ccb->csio.cdb_io.cdb_bytes; in vscsi_scsi_command()
/freebsd-13.1/sys/dev/usb/storage/
H A Dumass.c2176 cmd = (uint8_t *)(ccb->csio.cdb_io.cdb_ptr); in umass_cam_action()
2557 cmd = (uint8_t *)(ccb->csio.cdb_io.cdb_ptr); in umass_cam_sense_cb()

12