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

/freebsd-11-stable/libexec/rbootd/
H A Drbootd.c76 int c, fd, omask, maxfds; local
220 maxfds = fd + 1;
231 nsel = select(maxfds, &r, NULL, NULL, NULL);
235 nsel = select(maxfds, &r, NULL, NULL, &timeout);

Completed in 73 milliseconds