Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Drandom.h63 #define read_random_uio(a, b) (*_read_random_uio)(a, b) macro
73 read_random_uio(void *a __unused, u_int b __unused) in read_random_uio() function
/freebsd-12-stable/sys/dev/random/
Drandomdev.c70 static int (read_random_uio)(struct uio *, bool); variable