Home
last modified time | relevance | path

Searched refs:NELEMENTS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/altq/altqstat/
Dqdisc_cdnr.c49 #define NELEMENTS 64 macro
60 struct tce_stats stats1[NELEMENTS], stats2[NELEMENTS]; in cdnr_stat_loop()
61 char cdnrnames[NELEMENTS][128]; in cdnr_stat_loop()
81 for (i = 0; i < NELEMENTS; i++) in cdnr_stat_loop()
86 get_stats.nelements = NELEMENTS; in cdnr_stat_loop()
/netbsd/src/sys/arch/landisk/stand/boot/
Dboot.h10 #ifndef NELEMENTS
11 #define NELEMENTS(a) (sizeof(a) / sizeof(a[0])) macro