Searched refs:rfds (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | main-loop.c | 413 static int pollfds_fill(GArray *pollfds, fd_set *rfds, fd_set *wfds, 424 FD_SET(fd, rfds); 439 static void pollfds_poll(GArray *pollfds, int nfds, fd_set *rfds, 449 if (FD_ISSET(fd, rfds)) { 473 fd_set rfds, wfds, xfds; 488 FD_ZERO(&rfds); 491 nfds = pollfds_fill(gpollfds, &rfds, &wfds, &xfds); 493 select_ret = select(nfds + 1, &rfds, &wfds, &xfds, &tv0); 498 pollfds_poll(gpollfds, nfds, &rfds, &wfds, &xfds);
|
| H A D | aio-win32.c | 186 fd_set rfds, wfds; in aio_prepare() local 195 FD_ZERO(&rfds); in aio_prepare() 199 FD_SET ((SOCKET)node->pfd.fd, &rfds); in aio_prepare() 206 if (select(0, &rfds, &wfds, NULL, &tv0) > 0) { in aio_prepare() 209 if (FD_ISSET(node->pfd.fd, &rfds)) { in aio_prepare()
|
| /openbmc/u-boot/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() 539 fd_set rfds; in kwboot_terminal() local 542 FD_SET(tty, &rfds); in kwboot_terminal() 546 FD_SET(in, &rfds); in kwboot_terminal() 550 nfds = select(nfds + 1, &rfds, NULL, NULL, NULL); in kwboot_terminal() 554 if (FD_ISSET(tty, &rfds)) { in kwboot_terminal() 560 if (FD_ISSET(in, &rfds)) { in kwboot_terminal()
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-test.c | 337 fd_set rfds, wfds; in test_pipe() local 348 FD_ZERO(&rfds); in test_pipe() 350 FD_SET(fds[0], &rfds); in test_pipe() 357 ret = chk_error(select(fd_max + 1, &rfds, &wfds, NULL, NULL)); in test_pipe() 359 if (FD_ISSET(fds[0], &rfds)) { in test_pipe()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 38 if stdin_avail and STDIN_FILENO in rfds:
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sunoem.c | 1168 fd_set rfds; in ipmi_sunoem_cli() local 1169 FD_ZERO(&rfds); in ipmi_sunoem_cli() 1170 FD_SET(0, &rfds); in ipmi_sunoem_cli() 1171 rc = select(1, &rfds, NULL, NULL, &tv); in ipmi_sunoem_cli()
|
| /openbmc/qemu/docs/system/ |
| H A D | cpu-models-x86.rst.inc | 258 ``rfds-no``
|