Searched refs:randfd (Results 1 – 3 of 3) sorted by relevance
35 static int randfd = -1; variable40 if (randfd > 0) in randcleanup()41 close(randfd); in randcleanup()50 got = read(randfd, state->mt, state->size); in sgenrand()115 if ((randfd < 0) && (randfd = open(RANDSRC, O_RDONLY)) < 0) { in init_random()
322 struct randfd { struct381 struct randfd* rfd4;383 struct randfd* rfd6;633 struct randfd* rfd_save; /* " " */635 struct randfd randomsocks[RANDOM_SOCKS];
24 static struct randfd* allocate_rfd(int family);795 static struct randfd* allocate_rfd(int family) { in allocate_rfd()