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()
327 struct randfd { struct386 struct randfd *rfd4;388 struct randfd *rfd6;641 struct randfd *rfd_save; /* " " */643 struct randfd randomsocks[RANDOM_SOCKS];
25 static struct randfd *allocate_rfd(int family);918 static struct randfd *allocate_rfd(int family) in allocate_rfd()