Home
last modified time | relevance | path

Searched refs:__NR_poll (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h131 #define __NR_poll 168 macro
H A Dunistd_32.h152 #define __NR_poll 168 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h11 #define __NR_poll 7 macro
H A Dunistd_32.h172 #define __NR_poll 168 macro
H A Dunistd_x32.h11 #define __NR_poll (__X32_SYSCALL_BIT + 7) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h171 #define __NR_poll 167 macro
H A Dunistd_32.h171 #define __NR_poll 167 macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h842 #elif defined(__NR_poll) in sys_poll()
843 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll()
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h349 #define __NR_poll 168 macro
350 __SYSCALL(__NR_poll, sys_poll)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h11 #define __NR_poll (__NR_Linux + 7) macro
H A Dunistd_n32.h11 #define __NR_poll (__NR_Linux + 7) macro
H A Dunistd_o32.h192 #define __NR_poll (__NR_Linux + 188) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h133 #define __NR_poll (__NR_SYSCALL_BASE + 168) macro