Searched refs:__NR_open (Results 1 - 25 of 47) sorted by relevance

12

/external/strace/tests/
H A Dopen.c31 #ifdef __NR_open
42 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
51 fd = syscall(__NR_open, sample, O_RDONLY);
54 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
65 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
76 SKIP_MAIN_UNDEFINED("__NR_open")
/external/strace/tests-m32/
H A Dopen.c31 #ifdef __NR_open
42 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
51 fd = syscall(__NR_open, sample, O_RDONLY);
54 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
65 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
76 SKIP_MAIN_UNDEFINED("__NR_open")
/external/strace/tests-mx32/
H A Dopen.c31 #ifdef __NR_open
42 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400);
51 fd = syscall(__NR_open, sample, O_RDONLY);
54 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000);
65 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600);
76 SKIP_MAIN_UNDEFINED("__NR_open")
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dfail.c14 int fd_z = syscall(__NR_open, "/dev/zero", O_RDONLY);
15 int fd_n = syscall(__NR_open, "/dev/null", O_RDONLY);
H A Dok.c14 int fd = syscall(__NR_open, "/dev/zero", O_RDONLY);
H A Dopen.c50 int fd = syscall(__NR_open, path, flags);
/external/openssh/
H A Dsandbox-seccomp-filter.c134 #ifdef __NR_open
135 SC_DENY(__NR_open, EACCES),
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h39 #define __NR_open 2 macro
H A Dvki-scnums-s390x-linux.h48 #define __NR_open 5 macro
H A Dvki-scnums-arm-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-ppc32-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-ppc64-linux.h42 #define __NR_open 5 macro
H A Dvki-scnums-solaris.h318 #define __NR_open SYS_open macro
H A Dvki-scnums-x86-linux.h42 #define __NR_open 5 macro
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_64_linux_syscalls.h21 #if !defined(__NR_open)
22 #define __NR_open 2 macro
H A Dx86_32_linux_syscalls.h33 #if !defined(__NR_open)
34 #define __NR_open 5 macro
H A Darm_linux_syscalls.h40 #if !defined(__NR_open)
41 #define __NR_open (__NR_SYSCALL_BASE+5) macro
H A Dmips64_linux_syscalls.h24 #if !defined(__NR_open)
25 #define __NR_open (__NR_Linux + 2) macro
H A Dmips_linux_syscalls.h36 #if !defined(__NR_open)
37 #define __NR_open (__NR_Linux + 5) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c12 #ifdef __NR_open
13 { "open", __NR_open },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h9 #define __NR_open 5 macro
H A Dunistd_64.h6 #define __NR_open 2 macro
H A Dunistd_x32.h6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c58 // __NR_open 5
59 GO(__NR_open, "(2-args) 2s 1m");
60 SY(__NR_open, x0, x0); FAIL;
65 GO(__NR_open, "(3-args) 1s 0m");
66 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
/external/strace/
H A Dscno.h14 #ifndef __NR_open
15 # define __NR_open (SYSCALL_BIT | 2) macro

Completed in 308 milliseconds

12