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

1 2 3

  /bionic/libc/arch-arm/syscalls/
read.S 8 ldr r7, =__NR_read
  /bionic/libc/arch-arm64/syscalls/
read.S 6 mov x8, __NR_read
  /bionic/libc/arch-mips/syscalls/
read.S 8 li $v0, __NR_read
  /bionic/libc/arch-x86_64/syscalls/
read.S 6 movl $__NR_read, %eax
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c 15 int n = syscall(__NR_read, fd, buf, SIZE);
fail.c 16 int nr = syscall(__NR_read, fd_z, buf, SIZE);
  /bionic/libc/arch-mips64/syscalls/
read.S 8 li $v0, __NR_read
  /external/strace/tests/
nsyscalls.c 51 #if defined __X32_SYSCALL_BIT && defined __NR_read \
52 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 86 return syscall(__NR_read, kfd, buf, count);
  /external/strace/tests-m32/
nsyscalls.c 51 #if defined __X32_SYSCALL_BIT && defined __NR_read \
52 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 86 return syscall(__NR_read, kfd, buf, count);
  /external/strace/tests-mx32/
nsyscalls.c 51 #if defined __X32_SYSCALL_BIT && defined __NR_read \
52 && (__X32_SYSCALL_BIT & __NR_read) != 0
read-write.c 86 return syscall(__NR_read, kfd, buf, count);
  /bionic/libc/arch-x86/syscalls/
read.S 24 movl $__NR_read, %eax
  /external/strace/
scno.h 2 #if defined __X32_SYSCALL_BIT && defined __NR_read \
3 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT
197 #ifndef __NR_read
198 # define __NR_read (SYSCALL_BIT | 63)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 37 #define __NR_read 0
vki-scnums-arm64-linux.h 102 #define __NR_read 63
vki-scnums-s390x-linux.h 46 #define __NR_read 3
  /external/minijail/linux-x86/
libsyscalls.gen.c 6 #ifdef __NR_read
7 { "read", __NR_read },
  /external/minijail/
syscall_filter_unittest.cc 977 EXPECT_ALLOW_SYSCALL(curr_block->instrs, __NR_read);
1014 __NR_read,
1086 EXPECT_ALLOW_SYSCALL(actual.filter + ARCH_VALIDATION_LEN + 1, __NR_read);
1124 __NR_read);
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 100 #define __NR_read 63
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 24 #define __NR_read 3
unistd_64.h 21 #define __NR_read 0
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 7 #define __NR_read 3
unistd_64.h 4 #define __NR_read 0

Completed in 535 milliseconds

1 2 3