Searched refs:__NR_pselect6 (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 291 #define __NR_pselect6 270 macro
|
D | unistd_32.h | 325 #define __NR_pselect6 308 macro
|
D | unistd_x32.h | 258 #define __NR_pselect6 (__X32_SYSCALL_BIT + 270) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 112 #define __NR_pselect6 72 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 172 #define __NR_pselect6 72 macro 173 __SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 280 #define __NR_pselect6 (__NR_Linux + 260) macro
|
D | unistd_n32.h | 284 #define __NR_pselect6 (__NR_Linux + 264) macro
|
D | unistd_o32.h | 321 #define __NR_pselect6 (__NR_Linux + 301) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 298 #define __NR_pselect6 (__NR_SYSCALL_BASE + 335) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 683 #define __NR_pselect6 335 macro 684 __SYSCALL(__NR_pselect6, compat_sys_pselect6_time32)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 311 #define __NR_pselect6 (__NR_SYSCALL_BASE + 335) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 86 SYSCALL_HAND_DEF(__NR_pselect6, SysPselect6, int, ARG_NUM_6)
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1669 #elif defined(__ARCH_WANT_SYS_PSELECT6) && defined(__NR_pselect6) in sys_select() 1676 return my_syscall6(__NR_pselect6, nfds, rfds, wfds, efds, timeout ? &t : NULL, NULL); in sys_select()
|