Searched refs:initcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c106 isc_uint32_t initcount; member in struct:isc_entropy
369 if (ent->initcount == 0) {
381 if (ent->initcount > 100)
382 if ((ent->initcount % 50) != 0)
387 ent->initcount++;
702 ent->initcount = 0;
1088 " nextsource %p initialized %u initcount %u\n"),
1093 ent->initcount);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c106 isc_uint32_t initcount; member in struct:isc_entropy
369 if (ent->initcount == 0) {
381 if (ent->initcount > 100)
382 if ((ent->initcount % 50) != 0)
387 ent->initcount++;
702 ent->initcount = 0;
1088 " nextsource %p initialized %u initcount %u\n"),
1093 ent->initcount);

Completed in 170 milliseconds