Searched refs:__NR_close (Results 1 - 25 of 49) sorted by relevance

12

/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dfail.c18 syscall(__NR_close, fd_z);
19 syscall(__NR_close, fd_n);
H A Dok.c16 syscall(__NR_close, fd);
H A Dopen.c51 syscall(__NR_close, fd);
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dsyscall_unittest.cc89 int close_return_value = IGNORE_EINTR(Syscall::Call(__NR_close, new_fd));
204 EXPECT_EQ(0, IGNORE_EINTR(Syscall::Call(__NR_close, fd)));
239 EXPECT_EQ(0, IGNORE_EINTR(Syscall::Call(__NR_close, fd)));
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dresumption.c208 ret = syscall(__NR_close, 0);
210 ret = syscall(__NR_close, 0);
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h40 #define __NR_close 3 macro
H A Dvki-scnums-arm64-linux.h96 #define __NR_close 57 macro
H A Dvki-scnums-s390x-linux.h49 #define __NR_close 6 macro
H A Dvki-scnums-tilegx-linux.h125 #define __NR_close 57 macro
H A Dvki-scnums-arm-linux.h43 #define __NR_close 6 macro
H A Dvki-scnums-ppc32-linux.h43 #define __NR_close 6 macro
H A Dvki-scnums-ppc64-linux.h43 #define __NR_close 6 macro
H A Dvki-scnums-solaris.h71 #define __NR_close SYS_close macro
H A Dvki-scnums-x86-linux.h43 #define __NR_close 6 macro
H A Dvki-scnums-mips64-linux.h42 #define __NR_close (__NR_Linux + 3) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h238 #if !defined(__NR_close)
239 #define __NR_close 57 macro
H A Dx86_64_linux_syscalls.h25 #if !defined(__NR_close)
26 #define __NR_close 3 macro
H A Dx86_32_linux_syscalls.h37 #if !defined(__NR_close)
38 #define __NR_close 6 macro
H A Darm_linux_syscalls.h44 #if !defined(__NR_close)
45 #define __NR_close (__NR_SYSCALL_BASE+6) macro
H A Dmips64_linux_syscalls.h28 #if !defined(__NR_close)
29 #define __NR_close (__NR_Linux + 3) macro
H A Dmips_linux_syscalls.h40 #if !defined(__NR_close)
41 #define __NR_close (__NR_Linux + 6) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h10 #define __NR_close 6 macro
H A Dunistd_64.h7 #define __NR_close 3 macro
H A Dunistd_x32.h7 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
/external/openssh/
H A Dsandbox-seccomp-filter.c135 #ifdef __NR_close

Completed in 194 milliseconds

12