Home
last modified time | relevance | path

Searched refs:__NR_pselect6 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dunistd.h225 #define __NR_pselect6 72 macro
226 __SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dunistd.h225 #define __NR_pselect6 72 macro
226 __SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6)
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h228 #define __NR_pselect6 72 macro
229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h228 #define __NR_pselect6 72 macro
229 __SC_COMP_3264(__NR_pselect6, sys_pselect6_time32, sys_pselect6, compat_sys_pselect6_time32)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h683 #define __NR_pselect6 335 macro
684 __SYSCALL(__NR_pselect6, compat_sys_pselect6_time32)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dunistd-common.h294 #define __NR_pselect6 (__NR_SYSCALL_BASE + 335) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h1666 #ifdef __NR_pselect6
1667 # define SYS_pselect6 __NR_pselect6
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h1666 #ifdef __NR_pselect6
1667 # define SYS_pselect6 __NR_pselect6
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h1669 #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()