Lines Matching refs:u_int
83 SDT_PROBE_DEFINE3(random, yarrow, event_processor, debug, "boolean", "u_int", "struct ys_pool *");
93 u_int ys_gengateinterval; /* Pg */
94 u_int ys_bins; /* Pt/t */
95 u_int ys_outputblocks; /* count output blocks for gates */
96 u_int ys_slowoverthresh; /* slow pool overthreshhold reseed count */
98 u_int ysp_source_bits[ENTROPYSOURCE]; /* estimated bits of entropy per source */
99 u_int ysp_thresh; /* pool reseed threshold */
117 static void random_yarrow_read(uint8_t *, u_int);
123 static void random_yarrow_reseed_internal(u_int);
221 u_int pl, overthreshhold[RANDOM_YARROW_NPOOLS];
257 random_yarrow_reseed_internal(u_int fastslow)
266 u_int i;
347 u_int i;
377 random_yarrow_read(uint8_t *buf, u_int bytecount)
379 u_int blockcount, i;