HomeSort by relevance Sort by last modified time
    Searched refs:__NR_pselect6 (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/arch-arm64/syscalls/
__pselect6.S 6 mov x8, __NR_pselect6
  /bionic/libc/arch-mips/syscalls/
__pselect6.S 8 li $v0, __NR_pselect6
  /bionic/libc/arch-x86_64/syscalls/
__pselect6.S 7 movl $__NR_pselect6, %eax
  /bionic/libc/arch-arm/syscalls/
__pselect6.S 14 ldr r7, =__NR_pselect6
  /bionic/libc/arch-mips64/syscalls/
__pselect6.S 8 li $v0, __NR_pselect6
  /bionic/libc/arch-x86/syscalls/
__pselect6.S 36 movl $__NR_pselect6, %eax
  /external/strace/tests/
pselect6.c 42 #ifdef __NR_pselect6
98 assert(syscall(__NR_pselect6, fds[1] + 1, NULL, set[1], NULL, &tm.ts, NULL) == 3);
169 SKIP_MAIN_UNDEFINED("__NR_pselect6")
  /external/strace/tests-m32/
pselect6.c 42 #ifdef __NR_pselect6
98 assert(syscall(__NR_pselect6, fds[1] + 1, NULL, set[1], NULL, &tm.ts, NULL) == 3);
169 SKIP_MAIN_UNDEFINED("__NR_pselect6")
  /external/strace/tests-mx32/
pselect6.c 42 #ifdef __NR_pselect6
98 assert(syscall(__NR_pselect6, fds[1] + 1, NULL, set[1], NULL, &tm.ts, NULL) == 3);
169 SKIP_MAIN_UNDEFINED("__NR_pselect6")
  /external/ltp/testcases/kernel/syscalls/select/
select.h 93 ret = ltp_syscall(__NR_pselect6, n, inp, outp, exp, &ts, NULL); \
  /external/openssh/
sandbox-seccomp-filter.c 199 #ifdef __NR_pselect6
200 SC_ALLOW(__NR_pselect6),
  /external/minijail/linux-x86/
libsyscalls.gen.c 816 #ifdef __NR_pselect6
817 { "pselect6", __NR_pselect6 },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 109 #define __NR_pselect6 72
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 325 #define __NR_pselect6 308
unistd_64.h 291 #define __NR_pselect6 270
unistd_x32.h 258 #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 308 #define __NR_pselect6 308
unistd_64.h 274 #define __NR_pselect6 270
unistd_x32.h 241 #define __NR_pselect6 (__X32_SYSCALL_BIT + 270)
  /bionic/libc/include/bits/
glibc-syscalls.h 724 #if defined(__NR_pselect6)
725 #define SYS_pselect6 __NR_pselect6
  /external/strace/
scno.h 818 #ifndef __NR_pselect6
819 # define __NR_pselect6 (SYSCALL_BIT | 270)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 284 #define __NR_pselect6 (__NR_Linux + 264)
unistd_n64.h 280 #define __NR_pselect6 (__NR_Linux + 260)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 267 #define __NR_pselect6 (__NR_Linux + 264)
unistd_n64.h 263 #define __NR_pselect6 (__NR_Linux + 260)

Completed in 141 milliseconds

1 2