Home
last modified time | relevance | path

Searched refs:response_format (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/scsipi/
H A Dscsipi_all.h130 /* 4*/ u_int8_t response_format;
128 /* 4*/ u_int8_t response_format; global() member
H A Dscsi_ctron_ether.h83 u_int8_t response_format; /* 0 */ member
H A Dscsipi_base.c1261 inqbuf->response_format = SID_FORMAT_SCSI1; in scsipi_inquire()
1276 inqbuf->response_format == SID_FORMAT_SCSI1) { in scsipi_inquire()
/netbsd-src/sys/dev/hyperv/
H A Dhvs.c753 (inq->version == 0 || inq->response_format == 0)) { in fixup_inquiry()
755 inq->response_format = SID_FORMAT_ISO; in fixup_inquiry()
/netbsd-src/sys/arch/sparc64/dev/
H A Dvdsk.c1343 inq.response_format = 2; in vdsk_scsi_inquiry()
/netbsd-src/sys/dev/ic/
H A Dadwlib.c2221 if (((inq->response_format & SID_RespDataFmt) < 2) /*SCSI-1 | CCS*/ &&
/netbsd-src/sys/dev/pci/
H A Dips.c936 inq.response_format = 2; in ips_scsi_cmd()