Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c728 static int random_fd = -1, urandom_fd = -1; variable
733 VERIFY((random_fd = open(random_path, O_RDONLY)) != -1); in random_init()
740 close(random_fd); in random_fini()
743 random_fd = -1; in random_fini()
768 return (random_get_bytes_common(ptr, len, random_fd)); in random_get_bytes()