Searched refs:NENTS (Results 1 - 5 of 5) 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
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_net.c60 struct netif_stats ofwn_stats[NENTS(ofwn_ifs)];
71 NENTS(ofwn_ifs) /* netif_nifs */
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c64 struct netif_stats net_stats[NENTS(net_ifs)];
75 NENTS(net_ifs) /* netif_nifs */
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c109 struct netif_stats pxe_st[NENTS(pxe_ifs)];
120 NENTS(pxe_ifs)

Completed in 62 milliseconds