Searched refs:__NR_open (Results 1 – 20 of 20) sorted by relevance
/external/strace/tests-m32/ |
D | open.c | 32 #ifdef __NR_open 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400); in main() 52 fd = syscall(__NR_open, sample, O_RDONLY); in main() 55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000); in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/strace/tests/ |
D | open.c | 32 #ifdef __NR_open 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400); in main() 52 fd = syscall(__NR_open, sample, O_RDONLY); in main() 55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000); in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/strace/tests-mx32/ |
D | open.c | 32 #ifdef __NR_open 43 long fd = syscall(__NR_open, sample, O_RDONLY|O_CREAT, 0400); in main() 52 fd = syscall(__NR_open, sample, O_RDONLY); in main() 55 fd = syscall(__NR_open, sample, O_WRONLY|O_NONBLOCK|0x80000000); in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/linux-kselftest/android/patches/ |
D | 0017-seccomp_bpf_disable_tests.patch | 72 +#ifdef __NR_open 73 if (nr == __NR_open) 83 +#ifdef __NR_open 89 EXPECT_SYSCALL_RETURN(EPERM, syscall(__NR_open));
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 134 #ifdef __NR_open 135 SC_DENY(__NR_open, EACCES),
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 12 #ifdef __NR_open 13 { "open", __NR_open },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 6 #define __NR_open 2 macro
|
D | unistd_32.h | 9 #define __NR_open 5 macro
|
D | unistd_x32.h | 6 #define __NR_open (__X32_SYSCALL_BIT + 2) macro
|
/external/strace/ |
D | scno.h | 14 #ifndef __NR_open 15 # define __NR_open (SYSCALL_BIT | 2) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 6 #define __NR_open (__NR_Linux + 2) macro
|
D | unistd_n32.h | 6 #define __NR_open (__NR_Linux + 2) macro
|
D | unistd_o32.h | 9 #define __NR_open (__NR_Linux + 5) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 9 #define __NR_open (__NR_SYSCALL_BASE + 5) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 722 __NR_open = 5
|
D | sys_amd64.const | 722 __NR_open = 2
|
D | sys_arm.const | 722 __NR_open = 5
|
D | sys_ppc64le.const | 722 __NR_open = 5
|
D | sys_arm64.const | 722 # __NR_open is not set
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1808 #ifdef __NR_open
|