HomeSort by: relevance | last modified time | path
    Searched defs:nsel (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rbootd/
rbootd.c 206 int nsel; local in function:main
208 nsel = poll(set, 1, RmpConns ? RMP_TIMEOUT * 1000 : INFTIM);
210 if (nsel < 0) {
215 } else if (nsel == 0) { /* timeout */
rbootd.c 206 int nsel; local in function:main
208 nsel = poll(set, 1, RmpConns ? RMP_TIMEOUT * 1000 : INFTIM);
210 if (nsel < 0) {
215 } else if (nsel == 0) { /* timeout */

Completed in 24 milliseconds