HomeSort by: relevance | last modified time | path
    Searched defs:ctinfo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
ct.c 66 struct ctinfo { struct
69 } ctinfo[] = { variable in typeref:struct:ctinfo[]
76 int nctinfo = sizeof(ctinfo) / sizeof(ctinfo[0]);
118 if (id == ctinfo[i].hwid)
122 ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit;
144 switch (ctinfo[id].hwid) {
  /src/sys/dev/gpib/
ct.c 211 struct ctinfo { struct
215 } ctinfo[] = { variable in typeref:struct:ctinfo[]
223 int nctinfo = sizeof(ctinfo) / sizeof(ctinfo[0]);
235 if (ctinfo[i].hwid == id)
250 ca->ca_punit = ctinfo[i].punit;
331 printf(": %s %stape\n", ctinfo[type].desc,
  /src/sys/arch/hp300/dev/
ct.c 196 static const struct ctinfo { struct
200 } ctinfo[] = { variable in typeref:typename:const struct ctinfo[]
208 static const int nctinfo = __arraycount(ctinfo);
273 if (ha->ha_id == ctinfo[id].hwid &&
274 ha->ha_punit == ctinfo[id].punit)
322 aprint_normal(": %s %stape\n", ctinfo[id].desc,

Completed in 48 milliseconds