Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c129 static int ztest_fd_rand = -1; variable
793 ASSERT3S(ztest_fd_rand, >=, 0); in ztest_random()
798 if (read(ztest_fd_rand, &r, sizeof (r)) != sizeof (r)) in ztest_random()
6109 (void) close(ztest_fd_rand); in exec_child()
6204 ztest_fd_rand = open("/dev/urandom", O_RDONLY); in main()
6205 ASSERT3S(ztest_fd_rand, >=, 0); in main()