Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drandom.h57 extern int (*_read_random_uio)(struct uio *, bool);
60 #define read_random_uio(a, b) (*_read_random_uio)(a, b)
/freebsd/sys/dev/random/
H A Drandom_infra.c100 int (*_read_random_uio)(struct uio *, bool); variable
H A Drandomdev.c93 _read_random_uio = (read_random_uio); in random_alg_context_init()