Searched refs:ztest_fd_rand (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c142 static int ztest_fd_rand = -1; variable
872 ASSERT3S(ztest_fd_rand, >=, 0);
877 if (read(ztest_fd_rand, &r, sizeof (r)) != sizeof (r))
7857 (void) close(ztest_fd_rand);
7997 ztest_fd_rand = open(random_path, O_RDONLY);
7998 ASSERT3S(ztest_fd_rand, >=, 0);

Completed in 160 milliseconds