Home
last modified time | relevance | path

Searched refs:ctinfo (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/hp300/stand/
H A Dct.c36 struct ctinfo { struct
39 } ctinfo[] = { argument
46 int nctinfo = sizeof(ctinfo) / sizeof(ctinfo[0]);
84 if (id == ctinfo[i].hwid)
88 ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit;
110 switch (ctinfo[id].hwid) {
/original-bsd/sys/hp300/dev/
H A Dct.c84 struct ctinfo { struct
88 } ctinfo[] = { argument
95 int nctinfo = sizeof(ctinfo) / sizeof(ctinfo[0]);
151 if (id == ctinfo[i].hwid)
153 if (i == nctinfo || sc->sc_punit != ctinfo[i].punit)
176 switch (ctinfo[id].hwid) {
192 printf("ct%d: %s %stape\n", hd->hp_unit, ctinfo[id].desc,