/src/sys/arch/hp300/dev/ |
rdvar.h | 44 struct rdidentinfo { struct
|
rd.c | 189 static const struct rdidentinfo rdidentinfo[] = { variable in typeref:typename:const struct rdidentinfo[] 397 static const int numrdidentinfo = __arraycount(rdidentinfo); 519 aprint_normal(": %s\n", rdidentinfo[id].ri_desc); 521 rdidentinfo[id].ri_nblocks * DEV_BSIZE); 524 pbuf, rdidentinfo[id].ri_ncyl, rdidentinfo[id].ri_ntpc, 525 rdidentinfo[id].ri_nbpt, 526 DEV_BSIZE, rdidentinfo[id].ri_nblocks); 578 if (ha->ha_id == rdidentinfo[id].ri_hwid [all...] |
/src/sys/arch/hp300/stand/common/ |
rd.c | 79 struct rdidentinfo { struct 93 static const struct rdidentinfo rdidentinfo[] = { variable in typeref:typename:const struct rdidentinfo[] 118 static const int numrdidentinfo = sizeof(rdidentinfo) / sizeof(rdidentinfo[0]); 160 if (id == rdidentinfo[i].ri_hwid) 186 switch (rdidentinfo[id].ri_hwid) {
|
/src/sys/dev/gpib/ |
rd.c | 160 const struct rdidentinfo { struct 168 } rdidentinfo[] = { variable in typeref:typename:const struct rdidentinfo[] 226 int numrdidentinfo = sizeof(rdidentinfo) / sizeof(rdidentinfo[0]); 291 if (rdidentinfo[i].ri_hwid == id) 294 if (i == numrdidentinfo || punit > rdidentinfo[i].ri_maxunum) 399 printf(": %s\n", rdidentinfo[type].ri_desc); 401 device_xname(sc->sc_dev), rdidentinfo[type].ri_ncyl, 402 rdidentinfo[type].ri_ntpc, rdidentinfo[type].ri_nblocks [all...] |