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

/freebsd-10.2-release/sys/dev/random/
H A Dharvest.c48 static int read_random_phony(void *, int);
59 static int (*read_func)(void *, int) = read_random_phony;
75 read_func = read_random_phony;
107 read_random_phony(void *buf, int count) function

Completed in 85 milliseconds