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

  /external/strace/tests/
open.c 32 #ifdef __NR_open
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
52 fd = syscall(__NR_open, sample, O_RDONLY);
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
72 SKIP_MAIN_UNDEFINED("__NR_open")
  /external/strace/tests-m32/
open.c 32 #ifdef __NR_open
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
52 fd = syscall(__NR_open, sample, O_RDONLY);
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
72 SKIP_MAIN_UNDEFINED("__NR_open")
  /external/strace/tests-mx32/
open.c 32 #ifdef __NR_open
43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
52 fd = syscall(__NR_open, sample, O_RDONLY);
55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
72 SKIP_MAIN_UNDEFINED("__NR_open")
  /external/openssh/
sandbox-seccomp-filter.c 134 #ifdef __NR_open
135 SC_DENY(__NR_open, EACCES),
  /external/minijail/linux-x86/
libsyscalls.gen.c 12 #ifdef __NR_open
13 { "open", __NR_open },
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 26 #define __NR_open 5
unistd_64.h 23 #define __NR_open 2
unistd_x32.h 23 #define __NR_open (__X32_SYSCALL_BIT + 2)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 9 #define __NR_open 5
unistd_64.h 6 #define __NR_open 2
unistd_x32.h 6 #define __NR_open (__X32_SYSCALL_BIT + 2)
  /bionic/libc/include/bits/
glibc-syscalls.h 646 #if defined(__NR_open)
647 #define SYS_open __NR_open
  /external/strace/
scno.h 14 #ifndef __NR_open
15 # define __NR_open (SYSCALL_BIT | 2)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 23 #define __NR_open (__NR_Linux + 2)
unistd_n64.h 23 #define __NR_open (__NR_Linux + 2)
unistd_o32.h 26 #define __NR_open (__NR_Linux + 5)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 6 #define __NR_open (__NR_Linux + 2)
unistd_n64.h 6 #define __NR_open (__NR_Linux + 2)
unistd_o32.h 9 #define __NR_open (__NR_Linux + 5)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 26 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 9 #define __NR_open (__NR_SYSCALL_BASE + 5)
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]

Completed in 112 milliseconds