Home
last modified time | relevance | path

Searched defs:read_random_uio (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/random/
H A Drandomdev.c67 static int (read_random_uio)(struct uio *, bool); variable
/freebsd/sys/sys/
H A Drandom.h60 #define read_random_uio(a, b) (*_read_random_uio)(a, b) macro