Searched refs:rfds (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwboot.c | 159 fd_set rfds; in kwboot_tty_recv() local 165 FD_ZERO(&rfds); in kwboot_tty_recv() 166 FD_SET(fd, &rfds); in kwboot_tty_recv() 176 nfds = select(fd + 1, &rfds, NULL, NULL, &tv); in kwboot_tty_recv() 533 fd_set rfds; in kwboot_terminal() local 536 FD_SET(tty, &rfds); in kwboot_terminal() 540 FD_SET(in, &rfds); in kwboot_terminal() 544 nfds = select(nfds + 1, &rfds, NULL, NULL, NULL); in kwboot_terminal() 548 if (FD_ISSET(tty, &rfds)) { in kwboot_terminal() 554 if (FD_ISSET(in, &rfds)) { in kwboot_terminal()
|