Searched defs:st_drivetype (Results 1 – 1 of 1) sorted by relevance
372 struct st_drivetype { struct373 char name[ST_NAMESIZE]; /* Name, for debug */374 char length; /* Length of vendor id */375 char vid[VIDPIDLEN]; /* Vendor id and model (product) id */376 char type; /* Drive type for driver */377 int bsize; /* Block size */378 int options; /* Drive options */379 int max_rretries; /* Max read retries */380 int max_wretries; /* Max write retries */381 uchar_t densities[NDENSITIES]; /* density codes, low->hi */[all …]