Searched refs:swrand_stats (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/random/
H A Drandom.c92 * swrand_stats dcmd - Print out the global swrand_stats structure,
99 swrand_stats_t swrand_stats; local
104 if (mdb_readvar(&swrand_stats, "swrand_stats") == -1) {
105 mdb_warn("failed to read swrand_stats structure");
111 mdb_printf("%8u bits of entropy estimate\n", swrand_stats.ss_entEst);
113 swrand_stats.ss_entIn);
115 swrand_stats.ss_entOut);
117 swrand_stats
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Drandom.h44 typedef struct swrand_stats { struct
57 #define BUMP_SWRAND_STATS(x, v) atomic_add_64(&(swrand_stats).x, (v))
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c105 swrand_stats_t swrand_stats; variable
372 swrand_stats.ss_entEst = entropy_bits;
537 swrand_stats.ss_entEst = entropy_bits;

Completed in 101 milliseconds