Searched refs:ztest_fd_rand (Results 1 – 1 of 1) sorted by relevance
144 static int ztest_fd_rand = -1; variable878 ASSERT3S(ztest_fd_rand, >=, 0); in ztest_random()883 if (read(ztest_fd_rand, &r, sizeof (r)) != sizeof (r)) in ztest_random()8143 ztest_fd_rand = open(random_path, O_RDONLY | O_CLOEXEC); in main()8144 ASSERT3S(ztest_fd_rand, >=, 0); in main()