HomeSort by: relevance | last modified time | path
    Searched defs:nsel (Results 1 - 1 of 1) 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 */

Completed in 19 milliseconds