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

  /bionic/libc/arch-arm/syscalls/
readv.S 8 ldr r7, =__NR_readv
  /bionic/libc/arch-arm64/syscalls/
readv.S 6 mov x8, __NR_readv
  /bionic/libc/arch-mips/syscalls/
readv.S 8 li $v0, __NR_readv
  /bionic/libc/arch-x86_64/syscalls/
readv.S 6 movl $__NR_readv, %eax
  /bionic/libc/arch-mips64/syscalls/
readv.S 8 li $v0, __NR_readv
  /bionic/libc/arch-x86/syscalls/
readv.S 24 movl $__NR_readv, %eax
  /external/minijail/linux-x86/
libsyscalls.gen.c 63 #ifdef __NR_readv
64 { "readv", __NR_readv },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 102 #define __NR_readv 65
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 166 #define __NR_readv 145
unistd_64.h 40 #define __NR_readv 19
unistd_x32.h 312 #define __NR_readv (__X32_SYSCALL_BIT + 515)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 149 #define __NR_readv 145
unistd_64.h 23 #define __NR_readv 19
unistd_x32.h 295 #define __NR_readv (__X32_SYSCALL_BIT + 515)
  /bionic/libc/include/bits/
glibc-syscalls.h 763 #if defined(__NR_readv)
764 #define SYS_readv __NR_readv
  /external/strace/
scno.h 65 #ifndef __NR_readv
66 # define __NR_readv (SYSCALL_BIT | 19)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 39 #define __NR_readv (__NR_Linux + 18)
unistd_n64.h 39 #define __NR_readv (__NR_Linux + 18)
unistd_o32.h 166 #define __NR_readv (__NR_Linux + 145)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 22 #define __NR_readv (__NR_Linux + 18)
unistd_n64.h 22 #define __NR_readv (__NR_Linux + 18)
unistd_o32.h 149 #define __NR_readv (__NR_Linux + 145)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 129 #define __NR_readv (__NR_SYSCALL_BASE + 145)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 112 #define __NR_readv (__NR_SYSCALL_BASE + 145)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 207 #define __NR_readv 65
208 __SC_COMP(__NR_readv, sys_readv, compat_sys_readv)

Completed in 230 milliseconds