Home
last modified time | relevance | path

Searched refs:live_random_example_read (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/share/examples/kld/random_adaptor/
H A Drandom_adaptor_example.c45 static u_int live_random_example_read(void *, u_int);
51 .les_read = live_random_example_read,
83 live_random_example_read(void *buf, u_int c) in live_random_example_read() function