Searched refs:do_pselect6 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1405 static abi_long do_pselect6(abi_long arg1, abi_long arg2, abi_long arg3, in do_pselect6() function 10495 return do_pselect6(arg1, arg2, arg3, arg4, arg5, arg6, false); in _syscall2() 10499 return do_pselect6(arg1, arg2, arg3, arg4, arg5, arg6, true); in _syscall2()
|