Searched defs:read_random_uio (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/random/ | ||
H A D | randomdev.c | 67 static int (read_random_uio)(struct uio *, bool); variable |
/freebsd/sys/sys/ | ||
H A D | random.h | 60 #define read_random_uio(a, b) (*_read_random_uio)(a, b) macro |