Searched refs:nfds (Results 1 - 1 of 1) sorted by path

/u-boot/tools/
H A Dkwboot.c517 int rc, nfds; local
535 nfds = select(fd + 1, &rfds, NULL, NULL, &tv);
536 if (nfds < 0 && errno == EINTR)
538 else if (nfds < 0)
540 else if (!nfds) {
1651 int nfds = 0; local
1655 nfds = nfds < tty ? tty : nfds;
1659 nfds
[all...]

Completed in 67 milliseconds