Searched refs:select_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.c634 struct fd_set select_fd = fdset; /* reinitialize */ local
636 if ((i = select(maxfd + 1, &select_fd, NULL, NULL,
654 if (FD_ISSET(s4, &select_fd))
656 if (FD_ISSET(s6, &select_fd))

Completed in 102 milliseconds