Searched refs:__NR__newselect (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 916 #if defined(__ARCH_WANT_SYS_OLD_SELECT) && !defined(__NR__newselect) in sys_select() 931 #elif defined(__NR__newselect) || defined(__NR_select) in sys_select() 932 #ifndef __NR__newselect in sys_select() 933 #define __NR__newselect __NR_select in sys_select() 935 return my_syscall5(__NR__newselect, nfds, rfds, wfds, efds, timeout); in sys_select()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 163 #define __NR__newselect 142 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 163 #define __NR__newselect 142 macro
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1662 #if defined(__ARCH_WANT_SYS_OLD_SELECT) && !defined(__NR__newselect) in sys_select() 1678 #ifndef __NR__newselect in sys_select() 1679 #define __NR__newselect __NR_select in sys_select() 1681 return my_syscall5(__NR__newselect, nfds, rfds, wfds, efds, timeout); in sys_select()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 297 #define __NR__newselect 142 macro 298 __SYSCALL(__NR__newselect, compat_sys_select)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 297 #define __NR__newselect 142 macro 298 __SYSCALL(__NR__newselect, compat_sys_select)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 113 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 163 #define __NR__newselect (__NR_Linux + 142) macro
|
H A D | unistd_n64.h | 43 #define __NR__newselect (__NR_Linux + 22) macro
|
H A D | unistd_n32.h | 43 #define __NR__newselect (__NR_Linux + 22) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 126 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 126 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 163 #define __NR__newselect (__NR_Linux + 142) macro
|
H A D | unistd_n32.h | 43 #define __NR__newselect (__NR_Linux + 22) macro
|
H A D | unistd_n64.h | 43 #define __NR__newselect (__NR_Linux + 22) macro
|
Completed in 25 milliseconds