Symbol: NELEMS
sys/arch/amiga/dev/amidisplaycc.c
469
if (NELEMS(amidisplaycc_screentab) !=
sys/arch/amiga/dev/amidisplaycc.c
470
NELEMS(amidisplaycc_screens))
sys/arch/prep/prep/residual.c
1205
type = (id->BaseType >= NELEMS(BaseType)) ? 0 : id->BaseType;
sys/arch/prep/prep/residual.c
1237
q = id->Interface >= NELEMS(IDEController_tabel)
sys/arch/prep/prep/residual.c
1242
q = id->Interface >= NELEMS(FloppyController_table)
sys/arch/prep/prep/residual.c
1337
q = id->Interface >= NELEMS(AudioController_table)
sys/arch/prep/prep/residual.c
1407
q = id->Interface >= NELEMS(PCIBridge_table)
sys/arch/prep/prep/residual.c
1456
q = id->Interface >= NELEMS(RS232Device_table)
sys/arch/prep/prep/residual.c
1461
q = id->Interface >= NELEMS(ATCompatibleParallelPort_table)
sys/arch/prep/prep/residual.c
1537
q = id->Interface >= NELEMS(PIC_table)
sys/arch/prep/prep/residual.c
1542
q = id->Interface >= NELEMS(DMAController_table)
sys/arch/prep/prep/residual.c
1547
q = id->Interface >= NELEMS(SystemTimer_table)
sys/arch/prep/prep/residual.c
1552
q = id->Interface >= NELEMS(RealTimeClock_table)
sys/arch/prep/prep/residual.c
1557
q = id->Interface >= NELEMS(L2Cache_table)
sys/arch/prep/prep/residual.c
1562
q = id->Interface >= NELEMS(NVRAM_table)
sys/arch/prep/prep/residual.c
1567
q = id->Interface >= NELEMS(PowerManagement_table)
sys/arch/prep/prep/residual.c
1576
q = id->Interface >= NELEMS(OperatorPanel_table)
sys/arch/prep/prep/residual.c
1593
q = id->Interface >= NELEMS(GraphicAssist_table)
sys/arch/prep/prep/residual.c
339
(l >= NELEMS(FirmwareSupplier)) ? "Unknown" : FirmwareSupplier[l]);
sys/arch/prep/prep/residual.c
344
printf(" : %s\n", i >= NELEMS(FirmwareSupports)
sys/arch/prep/prep/residual.c
356
(s >= NELEMS(EndianSwitchMethod))
sys/arch/prep/prep/residual.c
360
(s >= NELEMS(SpreadIOMethod)) ? "Unknown" : SpreadIOMethod[s]);
sys/arch/prep/prep/residual.c
376
(l >= NELEMS(CacheAttrib)) ? "Unknown" : CacheAttrib[l]);
sys/arch/prep/prep/residual.c
389
(l >= NELEMS(TLBAttrib)) ? "Unknown" : TLBAttrib[l]);
sys/arch/prep/prep/residual.c
454
j >= NELEMS(Usage) ? "Unknown" : Usage[j]);
sys/arch/prep/prep/residual.c
497
j >= NELEMS(BusId) ? "Unknown" : BusId[j]);
sys/arch/prep/prep/residual.c
510
j >= NELEMS(Flags) ? "Unknown" : Flags[j]);
sys/arch/prep/prep/residual.c
695
for (first = 1, i = 0; i < NELEMS(IRQInfo); i++) {
sys/arch/sparc64/dev/ffb.c
950
for (i = 0; i < NELEMS(map)-1; i++) {
sys/kern/uipc_mbufdebug.c
98
#ifndef NELEMS