Searched defs:NENTS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Darc4random_rekey.c27 #define NENTS (4 * 1024 * 1024) macro
34 buf = malloc(NENTS);
36 arc4random_buf(buf, NENTS);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h9 #define NENTS(x) sizeof(x)/sizeof(x[0]) macro

Completed in 88 milliseconds