Searched refs:nfds (Results 1 – 1 of 1) sorted by relevance
158 int rc, nfds; in kwboot_tty_recv() local176 nfds = select(fd + 1, &rfds, NULL, NULL, &tv); in kwboot_tty_recv()177 if (nfds < 0) in kwboot_tty_recv()179 if (!nfds) { in kwboot_tty_recv()534 int nfds = 0; in kwboot_terminal() local537 nfds = nfds < tty ? tty : nfds; in kwboot_terminal()541 nfds = nfds < in ? in : nfds; in kwboot_terminal()544 nfds = select(nfds + 1, &rfds, NULL, NULL, NULL); in kwboot_terminal()545 if (nfds < 0) in kwboot_terminal()