NENTS 2205 kern/vfs_subr.c #define NENTS(n) (sizeof n / sizeof(n[0])) NENTS 51 lib/libsa/stand.h #define NENTS(x) sizeof(x)/sizeof(x[0])