mt.c | 88 static const struct mtinfo { struct 91 } mtinfo[] = { variable in typeref:typename:const struct mtinfo[] 97 static const int nmtinfo = sizeof(mtinfo) / sizeof(mtinfo[0]); 227 if (ha->ha_id == mtinfo[i].hwid && 230 sc->sc_type = mtinfo[i].hwid; 231 aprint_normal(": %s tape\n", mtinfo[i].desc);
|