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

/freebsd-13-stable/libexec/rbootd/
H A Drbootd.c228 int nsel; local
233 nsel = select(maxfds, &r, NULL, NULL, NULL);
237 nsel = select(maxfds, &r, NULL, NULL, &timeout);
240 if (nsel < 0) {
245 } else if (nsel == 0) { /* timeout */

Completed in 48 milliseconds