Home
last modified time | relevance | path

Searched refs:SCSI_MAX_CDBLEN (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libcam/
H A Dscsi_cmdparse.c733 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build()
775 if ((retval = do_encode(csio->cdb_io.cdb_bytes, SCSI_MAX_CDBLEN, in csio_build_visit()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h55 #define SCSI_MAX_CDBLEN 16 /* macro
59 #if defined(CAM_MAX_CDBLEN) && (CAM_MAX_CDBLEN < SCSI_MAX_CDBLEN)
H A Dscsi_all.c2999 char cdb_str[(SCSI_MAX_CDBLEN * 3) + 1]; in scsi_command_string()
/dragonfly/sys/dev/disk/nata/
H A Datapi-cam.c550 char cdb_str[(SCSI_MAX_CDBLEN * 3) + 1]; in atapi_action()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c2981 char cdb_str[(SCSI_MAX_CDBLEN * 3) + 1]; in xpt_action()