Home
last modified time | relevance | path

Searched refs:__NR__newselect (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/include/nolibc/
H A Dsys.h916 #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()
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_32.h127 #define __NR__newselect 142 macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h146 #define __NR__newselect 142 macro
H A Dunistd_32.h146 #define __NR__newselect 142 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_32.h146 #define __NR__newselect 142 macro
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h297 #define __NR__newselect 142 macro
298 __SYSCALL(__NR__newselect, compat_sys_select)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h26 #define __NR__newselect (__NR_Linux + 22) macro
H A Dunistd_n32.h26 #define __NR__newselect (__NR_Linux + 22) macro
H A Dunistd_o32.h146 #define __NR__newselect (__NR_Linux + 142) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h109 #define __NR__newselect (__NR_SYSCALL_BASE + 142) macro