Searched refs:rfds_ptr (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 1352 fd_set *rfds_ptr, *wfds_ptr, *efds_ptr; in do_select() local 1357 ret = copy_from_user_fdset_ptr(&rfds, &rfds_ptr, rfd_addr, n); in do_select() 1380 ret = get_errno(safe_pselect6(n, rfds_ptr, wfds_ptr, efds_ptr, in do_select() 1434 fd_set *rfds_ptr, *wfds_ptr, *efds_ptr; in do_pselect6() local 1455 ret = copy_from_user_fdset_ptr(&rfds, &rfds_ptr, rfd_addr, n); in do_pselect6() 1508 ret = get_errno(safe_pselect6(n, rfds_ptr, wfds_ptr, efds_ptr, in do_pselect6()
|