Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Drbootd.c215 int nsel; in main() local
220 nsel = select(maxfds, &r, NULL, NULL, NULL); in main()
224 nsel = select(maxfds, &r, NULL, NULL, &timeout); in main()
227 if (nsel < 0) { in main()
232 } else if (nsel == 0) { /* timeout */ in main()