Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c201 static fd_set activefds; variable
378 FD_SET(fd, &activefds); in maintain_activefds()
381 FD_CLR(fd, &activefds); in maintain_activefds()
384 if (FD_ISSET(i, &activefds)) { in maintain_activefds()
2031 FD_ZERO(&activefds); in create_sockets()
3681 rdfdes = activefds;
3700 rdfdes = activefds;
3748 fds = activefds;
3753 fds = activefds;
3792 if (FD_ISSET(j, &activefds)) {
[all …]
/freebsd-14.2/crypto/openssh/
H A Dssh-agent.c2043 u_int socknum, activefds = npfd; in after_poll() local
2067 "skipping accept", activefds, maxfds); in after_poll()
2071 activefds++; in after_poll()
2080 if (activefds == 0) in after_poll()
2083 activefds--; in after_poll()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.03520 * include/ntpd.h: #include "ntp_select.h" for declaration of activefds