SI_EVPD
if ((inq->byte2 & SI_EVPD) != 0) {
if (cdb->byte2 & SI_EVPD)
scsi_cmd->byte2 |= SI_EVPD;
if ((inq->byte2 & SI_EVPD) != 0
if ((data[1] & SI_EVPD) == 0 && device == T_DIRECT &&
if (!(inq->byte2 & SI_EVPD)) {
inq->byte2 = SI_EVPD;
(cdb[1] & SI_EVPD) == 0 &&
if (ccb->csio.cdb_io.cdb_bytes[1] & SI_EVPD)
(scsi_cdb[1] & SI_EVPD) &&
(csio->cdb_io.cdb_bytes[1] & SI_EVPD) &&
if (scsi_req->CDB[0] == INQUIRY && (scsi_req->CDB[1] & SI_EVPD) == 0) {
(cdb[1] & SI_EVPD) == 0 &&
if ((sc->sc_transfer.cmd_data[1] & SI_EVPD) &&
(sc->sc_transfer.cmd_data[1] & SI_EVPD)) {
(sc->sc_transfer.cmd_data[1] & SI_EVPD) &&
if ((cdb[1] & 0x1f) == SI_EVPD) {
/*byte2*/ SI_EVPD,