Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Drandom.h60 extern int (*_read_random_uio)(struct uio *, bool);
63 #define read_random_uio(a, b) (*_read_random_uio)(a, b)
/freebsd-12-stable/sys/dev/random/
Drandom_infra.c102 int (*_read_random_uio)(struct uio *, bool); variable
Drandomdev.c96 _read_random_uio = (read_random_uio); in random_alg_context_init()