Home
last modified time | relevance | path

Searched refs:SHORT_INQUIRY_LENGTH (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/mlxcontrol/
H A Dinterface.c235 u_int8_t pad[SHORT_INQUIRY_LENGTH]; in mlx_scsi_inquiry()
250 dcdb_cmd.dcdb.dcdb_datasize = SHORT_INQUIRY_LENGTH; in mlx_scsi_inquiry()
256 inq_cmd->length = SHORT_INQUIRY_LENGTH; in mlx_scsi_inquiry()
/dragonfly/sys/bus/u4b/storage/
H A Dumass.c694 static const uint8_t fake_inq_data[SHORT_INQUIRY_LENGTH] = {
2348 ccb->csio.dxfer_len = SHORT_INQUIRY_LENGTH; in umass_cam_action()
2579 ccb->csio.sense_len = SHORT_INQUIRY_LENGTH; in umass_cam_cb()
2750 sc->sc_transfer.cmd_data[4] = SHORT_INQUIRY_LENGTH; in umass_scsi_transform()
2917 sc->sc_transfer.cmd_data[4] = SHORT_INQUIRY_LENGTH; in umass_atapi_transform()
/dragonfly/sys/dev/disk/nata/
H A Datapi-cam.c576 inq->length > SHORT_INQUIRY_LENGTH) { in atapi_action()
578 len = inq->length = SHORT_INQUIRY_LENGTH; in atapi_action()
/dragonfly/sys/dev/disk/ahci/
H A Dahci_cam.c1075 if (rdata_len < SHORT_INQUIRY_LENGTH) { in ahci_xpt_scsi_disk_io()
1563 cdbd->inquiry.length > SHORT_INQUIRY_LENGTH) { in ahci_xpt_scsi_atapi_io()
1564 cdbd->inquiry.length = SHORT_INQUIRY_LENGTH; in ahci_xpt_scsi_atapi_io()
/dragonfly/sys/dev/disk/sili/
H A Dsili_cam.c1054 if (rdata_len < SHORT_INQUIRY_LENGTH) { in sili_xpt_scsi_disk_io()
1488 cdbd->inquiry.length > SHORT_INQUIRY_LENGTH) { in sili_xpt_scsi_atapi_io()
1489 cdbd->inquiry.length = SHORT_INQUIRY_LENGTH; in sili_xpt_scsi_atapi_io()
/dragonfly/usr.sbin/mptutil/
H A Dmpt_cam.c366 SHORT_INQUIRY_LENGTH, 0, 0, SSD_FULL_SIZE, 5000); in fetch_scsi_inquiry()
/dragonfly/share/examples/scsi_target/
H A Dscsi_cmds.c349 inq->additional_length = SHORT_INQUIRY_LENGTH - in init_inquiry()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_all.h652 #define SHORT_INQUIRY_LENGTH 36 macro
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c5864 inquiry_len = SHORT_INQUIRY_LENGTH; in probestart()
6173 && len > SHORT_INQUIRY_LENGTH) { in probedone()
6470 if (bcmp(nbuf, &path->device->inq_data, SHORT_INQUIRY_LENGTH)) { in probedone()
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c769 /* inq_len */ SHORT_INQUIRY_LENGTH, in scsiinquiry()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c3089 const uint8_t niliqd[SHORT_INQUIRY_LENGTH] = { in isptargstart()
3096 const uint8_t iqd[SHORT_INQUIRY_LENGTH] = { in isptargstart()
/dragonfly/sys/dev/raid/ciss/
H A Dciss.c3305 csio->dxfer_len >= SHORT_INQUIRY_LENGTH) { in ciss_cam_complete_fixup()
/dragonfly/sys/dev/raid/mfi/
H A Dmfi.c180 #define MFI_INQ_LENGTH SHORT_INQUIRY_LENGTH
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c4909 static uint8_t null_iqd[SHORT_INQUIRY_LENGTH] = { in mpt_scsi_tgt_atio()