Searched refs:st_drivetypes (Results 1 – 2 of 2) sorted by relevance
234 const struct st_drivetype st_drivetypes[] = variable3368 const int st_ndrivetypes = (sizeof (st_drivetypes)/sizeof (st_drivetypes[0]));
247 extern const struct st_drivetype st_drivetypes[];2257 if (st_drivetypes[i].length == 0) { in st_get_conf_from_st_conf_dot_c()2260 if (strncasecmp(vidpid, st_drivetypes[i].vid, in st_get_conf_from_st_conf_dot_c()2261 st_drivetypes[i].length)) { in st_get_conf_from_st_conf_dot_c()2264 bcopy(&st_drivetypes[i], dp, sizeof (st_drivetypes[i])); in st_get_conf_from_st_conf_dot_c()