Symbol: rdidentinfo
sys/arch/hp300/dev/rd.c
1383
lp->d_nsectors = rdidentinfo[type].ri_nbpt;
sys/arch/hp300/dev/rd.c
1384
lp->d_ntracks = rdidentinfo[type].ri_ntpc;
sys/arch/hp300/dev/rd.c
1385
lp->d_ncylinders = rdidentinfo[type].ri_ncyl;
sys/arch/hp300/dev/rd.c
1386
lp->d_secperunit = rdidentinfo[type].ri_nblocks;
sys/arch/hp300/dev/rd.c
1389
strlcpy(lp->d_typename, rdidentinfo[type].ri_desc,
sys/arch/hp300/dev/rd.c
189
static const struct rdidentinfo rdidentinfo[] = {
sys/arch/hp300/dev/rd.c
397
static const int numrdidentinfo = __arraycount(rdidentinfo);
sys/arch/hp300/dev/rd.c
519
aprint_normal(": %s\n", rdidentinfo[id].ri_desc);
sys/arch/hp300/dev/rd.c
521
rdidentinfo[id].ri_nblocks * DEV_BSIZE);
sys/arch/hp300/dev/rd.c
524
pbuf, rdidentinfo[id].ri_ncyl, rdidentinfo[id].ri_ntpc,
sys/arch/hp300/dev/rd.c
525
rdidentinfo[id].ri_nbpt,
sys/arch/hp300/dev/rd.c
526
DEV_BSIZE, rdidentinfo[id].ri_nblocks);
sys/arch/hp300/dev/rd.c
578
if (ha->ha_id == rdidentinfo[id].ri_hwid)
sys/arch/hp300/dev/rd.c
751
const struct rdidentinfo *ri = &rdidentinfo[sc->sc_type];
sys/arch/hp300/dev/rd.c
792
pi[RAW_PART].p_size = rdidentinfo[sc->sc_type].ri_nblocks;
sys/arch/hp300/dev/rd.c
915
rdidentinfo[sc->sc_type].ri_nblocks) <= 0)
sys/arch/hp300/stand/common/rd.c
118
static const int numrdidentinfo = sizeof(rdidentinfo) / sizeof(rdidentinfo[0]);
sys/arch/hp300/stand/common/rd.c
160
if (id == rdidentinfo[i].ri_hwid)
sys/arch/hp300/stand/common/rd.c
186
switch (rdidentinfo[id].ri_hwid) {
sys/arch/hp300/stand/common/rd.c
93
static const struct rdidentinfo rdidentinfo[] = {
sys/dev/gpib/rd.c
1028
lp->d_nsectors = rdidentinfo[type].ri_nbpt;
sys/dev/gpib/rd.c
1029
lp->d_ntracks = rdidentinfo[type].ri_ntpc;
sys/dev/gpib/rd.c
1030
lp->d_ncylinders = rdidentinfo[type].ri_ncyl;
sys/dev/gpib/rd.c
1034
strncpy(lp->d_typename, rdidentinfo[type].ri_desc, 16);
sys/dev/gpib/rd.c
168
} rdidentinfo[] = {
sys/dev/gpib/rd.c
226
int numrdidentinfo = sizeof(rdidentinfo) / sizeof(rdidentinfo[0]);
sys/dev/gpib/rd.c
291
if (rdidentinfo[i].ri_hwid == id)
sys/dev/gpib/rd.c
294
if (i == numrdidentinfo || punit > rdidentinfo[i].ri_maxunum)
sys/dev/gpib/rd.c
399
printf(": %s\n", rdidentinfo[type].ri_desc);
sys/dev/gpib/rd.c
401
device_xname(sc->sc_dev), rdidentinfo[type].ri_ncyl,
sys/dev/gpib/rd.c
402
rdidentinfo[type].ri_ntpc, rdidentinfo[type].ri_nblocks,
sys/dev/gpib/rd.c
460
pi[RAW_PART].p_size = rdidentinfo[sc->sc_type].ri_nblocks;