Searched refs:__NR_ppoll (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/include/nolibc/ |
A D | sys.h | 862 #if defined(__NR_ppoll) in sys_poll() 869 return my_syscall4(__NR_ppoll, fds, nfds, (timeout >= 0) ? &t : NULL, NULL); in sys_poll() 873 #error Neither __NR_ppoll nor __NR_poll defined, cannot implement sys_poll() in sys_poll()
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | unistd.h | 230 #define __NR_ppoll 73 macro 231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | unistd.h | 230 #define __NR_ppoll 73 macro 231 __SC_COMP_3264(__NR_ppoll, sys_ppoll_time32, sys_ppoll, compat_sys_ppoll_time32)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | unistd32.h | 685 #define __NR_ppoll 336 macro 686 __SYSCALL(__NR_ppoll, compat_sys_ppoll_time32)
|
Completed in 12 milliseconds