Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dkwboot.c158 int rc, nfds; in kwboot_tty_recv() local
176 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() local
537 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()