/external/ltp/testcases/kernel/include/ |
D | hppa.in | 2 mkdirat (__NR_openat + 1) 3 mknodat (__NR_openat + 2) 4 fchownat (__NR_openat + 3) 5 futimesat (__NR_openat + 4) 6 newfstatat (__NR_openat + 5) 7 fstatat64 (__NR_openat + 5) 8 unlinkat (__NR_openat + 6) 9 renameat (__NR_openat + 7) 10 linkat (__NR_openat + 8) 11 symlinkat (__NR_openat + 9) [all …]
|
/external/strace/tests/ |
D | openat.c | 31 #if defined __NR_openat 42 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); in main() 51 fd = syscall(__NR_openat, -100, sample, O_RDONLY); in main()
|
/external/strace/tests-m32/ |
D | openat.c | 31 #if defined __NR_openat 42 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); in main() 51 fd = syscall(__NR_openat, -100, sample, O_RDONLY); in main()
|
/external/strace/tests-mx32/ |
D | openat.c | 31 #if defined __NR_openat 42 long fd = syscall(__NR_openat, -100, sample, O_RDONLY|O_CREAT, 0400); in main() 51 fd = syscall(__NR_openat, -100, sample, O_RDONLY); in main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat.h | 31 return ltp_syscall(__NR_openat, dirfd, pathname, flags, mode); in openat()
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall_unittest.cc | 175 fd = Syscall::Call(__NR_openat, AT_FDCWD, "/dev/null", O_RDWR, 0L)); in TEST() 209 fd = Syscall::Call(__NR_openat, AT_FDCWD, "/proc/self/exe", O_RDONLY, 0L), in TEST()
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 137 #ifdef __NR_openat 138 SC_DENY(__NR_openat, EACCES),
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 234 #if !defined(__NR_openat) 235 #define __NR_openat 56 macro
|
D | x86_64_linux_syscalls.h | 1041 #if !defined(__NR_openat) 1042 #define __NR_openat 257 macro
|
D | x86_32_linux_syscalls.h | 1177 #if !defined(__NR_openat) 1178 #define __NR_openat 295 macro
|
D | mips64_linux_syscalls.h | 1002 #if !defined(__NR_openat) 1003 #define __NR_openat (__NR_Linux + 247) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 777 #ifdef __NR_openat 778 { "openat", __NR_openat },
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 825 #ifndef __NR_openat 826 #define __NR_openat 295 macro 979 #ifndef __NR_openat 980 #define __NR_openat 56 macro 1115 #ifndef __NR_openat 1116 #define __NR_openat 257 macro 1210 #ifndef __NR_openat 1211 #define __NR_openat (__NR_Linux + 288) macro 1288 #ifndef __NR_openat 1289 #define __NR_openat (__NR_Linux + 247) macro [all …]
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 258 SysRes res = VG_(do_syscall4)(__NR_openat, in ML_() 263 SysRes res = VG_(do_syscall4)(__NR_openat, VKI_AT_FDCWD, (UWord)pathname, in ML_()
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 95 #define __NR_openat 56 macro
|
D | vki-scnums-s390x-linux.h | 257 #define __NR_openat 288 macro
|
D | vki-scnums-amd64-linux.h | 341 #define __NR_openat 257 macro
|
D | vki-scnums-arm-linux.h | 360 #define __NR_openat 322 macro
|
D | vki-scnums-ppc64-linux.h | 323 #define __NR_openat 286 macro
|
D | vki-scnums-ppc32-linux.h | 331 #define __NR_openat 286 macro
|
D | vki-scnums-x86-linux.h | 332 #define __NR_openat 295 macro
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_host.cc | 55 return syscall(__NR_openat, AT_FDCWD, pathname, flags, mode); in sys_open()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 261 #define __NR_openat 257 macro
|
D | unistd_32.h | 295 #define __NR_openat 295 macro
|
/external/strace/ |
D | scno.h | 779 #ifndef __NR_openat 780 # define __NR_openat (SYSCALL_BIT | 257) macro
|