Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libzpool/
HDkernel.c733 const char *urandom_path = "/dev/urandom"; variable
740 VERIFY((urandom_fd = open(urandom_path, O_RDONLY | O_CLOEXEC)) != -1); in random_init()
/freebsd-head/sys/contrib/openzfs/include/sys/
HDzfs_context.h645 extern const char *urandom_path;