Searched refs:__NR_pselect6 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/include/nolibc/ |
D | sys.h | 951 #elif defined(__ARCH_WANT_SYS_PSELECT6) && defined(__NR_pselect6) in sys_select() 958 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select() 965 #error None of __NR_select, __NR_pselect6, nor __NR__newselect defined, cannot implement sys_select… in sys_select()
|
/linux-6.1.9/tools/include/uapi/asm-generic/ |
D | unistd.h | 228 #define __NR_pselect6 72 macro 229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | unistd.h | 228 #define __NR_pselect6 72 macro 229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | unistd32.h | 683 #define __NR_pselect6 335 macro 684 __SYSCALL(__NR_pselect6, compat_sys_pselect6_time32)
|