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

  /src/sys/arch/hp300/stand/common/
ite.c 68 static const struct itesw itesw[] = { variable in typeref:typename:const struct itesw[]
214 for (dtype = 0; dtype < __arraycount(itesw); dtype++)
215 if (itesw[dtype].ite_hwid == fb->fbid)
217 if (dtype == __arraycount(itesw))
223 ip->isw = &itesw[dtype];
246 if (itesw[dtype].ite_probe != NULL &&
247 (*itesw[dtype].ite_probe)(ip) != 0)
266 for (dtype = 0; dtype < __arraycount(itesw); dtype++)
267 if (itesw[dtype].ite_hwid == GID_STI
    [all...]
itevar.h 59 const struct itesw *isw;
74 struct itesw { struct
  /src/sys/arch/x68k/dev/
ite.c 126 static struct itesw itesw[] = { variable in typeref:struct:itesw[]
263 ip->isw = &itesw[device_unit(ip->device)]; /* XXX */
2834 con_itesoftc.isw = &itesw[0];
itevar.h 45 struct itesw { struct
67 struct itesw *isw;

Completed in 14 milliseconds