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

/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drand_unix.c247 struct stat randomstats[sizeof(randomfiles)/sizeof(randomfiles[0])]; local
257 memset(randomstats,0,sizeof(randomstats));
281 struct stat *st=&randomstats[i];
288 if (randomstats[j].st_ino==st->st_ino &&
289 randomstats[j].st_dev==st->st_dev)

Completed in 57 milliseconds