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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c143 int correctcount = 0; local
179 ++correctcount;
184 if (correctcount >= LOGIC_TEST_MATCHES_NEEDED) {
191 if (correctcount < LOGIC_TEST_MATCHES_NEEDED) {
197 "matches found", rngid, correctcount);
205 "%d matches in %d cycles", rngid, correctcount, i);

Completed in 44 milliseconds