Lines Matching refs:inq
1874 gdth_inq_data inq;
1897 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK;
1900 inq.modif_rmb = 0x00;
1903 inq.modif_rmb = 0x80;
1904 inq.version = 2;
1905 inq.resp_aenc = 2;
1906 inq.add_length= 32;
1907 strcpy(inq.vendor,ha->oem_name);
1908 snprintf(inq.product, sizeof(inq.product), "Host Drive #%02d",t);
1909 strcpy(inq.revision," ");
1910 gdth_copy_internal_data(ha, scp, (char*)&inq, sizeof(gdth_inq_data));