Home
last modified time | relevance | path

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

12

/freebsd/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/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/sys/cam/
H A Dcam_ccb.h746 uint8_t *cdb_ptr; /* Pointer to the CDB bytes to send */ member
791 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in scsiio_cdb_ptr()
839 ccb->cdb_io.cdb_ptr : ccb->cdb_io.cdb_bytes); in atio_cdb_ptr()
/freebsd/sys/powerpc/ps3/
H A Dps3cdrom.c490 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_intr()
575 ccb->csio.cdb_io.cdb_ptr : in ps3cdrom_transfer()
/freebsd/sys/dev/hptiop/
H A Dhptiop.c379 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_itl()
531 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mv()
637 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_request_callback_mvfrey()
2391 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_itl()
2530 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mv()
2584 cdb = ccb->csio.cdb_io.cdb_ptr; in hptiop_post_req_mvfrey()
/freebsd/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/sys/cam/scsi/
H A Dscsi_all.c3581 scsi_cdb_sbuf(cdb_ptr, &sb); in scsi_cdb_string()
3597 scsi_cdb_sbuf(uint8_t *cdb_ptr, struct sbuf *sb) in scsi_cdb_sbuf() argument
3602 if (cdb_ptr == NULL) in scsi_cdb_sbuf()
3619 switch((*cdb_ptr >> 5) & 0x7) { in scsi_cdb_sbuf()
3642 sbuf_printf(sb, "%02hhx ", cdb_ptr[i]); in scsi_cdb_sbuf()
8538 uint8_t *cdb_ptr; in scsi_ata_pass() local
8595 cdb_ptr = csio->cdb_io.cdb_bytes; in scsi_ata_pass()
8597 cdb_ptr = cdb_storage; in scsi_ata_pass()
8604 cdb = (struct ata_pass_12 *)cdb_ptr; in scsi_ata_pass()
8622 cdb = (struct ata_pass_16 *)cdb_ptr; in scsi_ata_pass()
[all …]
H A Dscsi_pass.c1894 error = copyin(ccb->csio.cdb_io.cdb_ptr, in passdoioctl()
2189 error = copyin(ccb->csio.cdb_io.cdb_ptr, cmd, ccb->csio.cdb_len); in passsendccb()
2192 ccb->csio.cdb_io.cdb_ptr = cmd; in passsendccb()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h430 q_hscb->shared_data.cdb_ptr = in ahc_swap_with_next_hscb()
H A Daic7xxx_osm.c1155 csio->cdb_io.cdb_ptr, in ahc_setup_data()
1160 csio->cdb_io.cdb_ptr, in ahc_setup_data()
H A Daic79xx_osm.c1097 aic_htole64((uintptr_t)csio->cdb_io.cdb_ptr); in ahd_setup_data()
1103 csio->cdb_io.cdb_ptr, in ahd_setup_data()
H A Daic7xxx.h429 uint32_t cdb_ptr; member
/freebsd/sys/dev/isp/
H A Disp_freebsd.h450 (ccb)->cdb_io.cdb_ptr : (ccb)->cdb_io.cdb_bytes)
/freebsd/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/share/examples/scsi_target/
H A Dscsi_target.c575 a_descr->cdb = atio->cdb_io.cdb_ptr; in handle_read()
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c443 cdb = ccb->csio.cdb_io.cdb_ptr; in os_cmddone()
586 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd/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/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/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/sys/powerpc/pseries/
H A Dphyp_vscsi.c607 ccb->csio.cdb_io.cdb_ptr : ccb->csio.cdb_io.cdb_bytes; in vscsi_scsi_command()
/freebsd/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/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()
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c545 cdb = ccb->csio.cdb_io.cdb_ptr; in hpt_scsi_io()
/freebsd/sys/dev/ata/
H A Data-all.c784 ccb->csio.cdb_io.cdb_ptr : ccb->csio.cdb_io.cdb_bytes, in ata_cam_begin_transaction()

12