/external/autotest/client/site_tests/security_Minijail_seccomp/src/ |
D | fail.c | 18 syscall(__NR_close, fd_z); in main() 19 syscall(__NR_close, fd_n); in main()
|
D | ok.c | 16 syscall(__NR_close, fd); in main()
|
D | open.c | 51 syscall(__NR_close, fd); in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall_unittest.cc | 89 int close_return_value = IGNORE_EINTR(Syscall::Call(__NR_close, new_fd)); in TEST() 204 EXPECT_EQ(0, IGNORE_EINTR(Syscall::Call(__NR_close, fd))); in TEST() 239 EXPECT_EQ(0, IGNORE_EINTR(Syscall::Call(__NR_close, fd))); in TEST()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | resumption.c | 208 ret = syscall(__NR_close, 0); in TEST_F() 210 ret = syscall(__NR_close, 0); in TEST_F()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 238 #if !defined(__NR_close) 239 #define __NR_close 57 macro
|
D | x86_64_linux_syscalls.h | 25 #if !defined(__NR_close) 26 #define __NR_close 3 macro
|
D | x86_32_linux_syscalls.h | 37 #if !defined(__NR_close) 38 #define __NR_close 6 macro
|
D | mips64_linux_syscalls.h | 28 #if !defined(__NR_close) 29 #define __NR_close (__NR_Linux + 3) macro
|
D | mips_linux_syscalls.h | 40 #if !defined(__NR_close) 41 #define __NR_close (__NR_Linux + 6) macro
|
D | arm_linux_syscalls.h | 44 #if !defined(__NR_close) 45 #define __NR_close (__NR_SYSCALL_BASE+6) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 15 #ifdef __NR_close 16 { "close", __NR_close },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 125 #define __NR_close 57 macro
|
D | vki-scnums-s390x-linux.h | 49 #define __NR_close 6 macro
|
D | vki-scnums-arm64-linux.h | 96 #define __NR_close 57 macro
|
D | vki-scnums-amd64-linux.h | 40 #define __NR_close 3 macro
|
D | vki-scnums-ppc64-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-arm-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-ppc32-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-x86-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-solaris.h | 71 #define __NR_close SYS_close macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 7 #define __NR_close 3 macro
|
D | unistd_32.h | 10 #define __NR_close 6 macro
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 135 #ifdef __NR_close
|
/external/strace/ |
D | scno.h | 17 #ifndef __NR_close 18 # define __NR_close (SYSCALL_BIT | 3) macro
|