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

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h40 #define __NR_close 3 macro
H A Dvki-scnums-s390x-linux.h49 #define __NR_close 6 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-x86-linux.h43 #define __NR_close 6 macro
H A Dvki-scnums-darwin.h201 #define __NR_close VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(6) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc50 return syscall(__NR_close, fd);
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h14 #define __NR_close 6 macro
/external/strace/
H A Dsyscall-android.h31 #define SYS_close __NR_close
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c257 (void)VG_(do_syscall1)(__NR_close, fd);
/external/kernel-headers/original/asm-mips/
H A Dunistd.h29 #define __NR_close (__NR_Linux + 6) macro
390 #define __NR_close (__NR_Linux + 3) macro
713 #define __NR_close (__NR_Linux + 3) macro
/external/kernel-headers/original/asm-arm/
H A Dunistd.h34 #define __NR_close (__NR_SYSCALL_BASE+ 6) macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c67 // __NR_close 6
68 GO(__NR_close, "1s 0m");
69 SY(__NR_close, x0-1); FAIL;
H A Dscalar.stderr.exp78 6: __NR_close 1s 0m
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c45 GO(__NR_close, 6, "1s 0m");
46 SY(__NR_close, x0-1); FAIL;
H A Dscalar.stderr.exp62 x2000006(6): __NR_close 1s 0m
/external/valgrind/main/coregrind/
H A Dm_libcfile.c146 (void)VG_(do_syscall1)(__NR_close, fd);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1106 GENXY(__NR_close, sys_close), // 6
H A Dsyswrap-amd64-linux.c1059 GENXY(__NR_close, sys_close), // 3
H A Dsyswrap-ppc32-linux.c1459 GENXY(__NR_close, sys_close), // 6
H A Dsyswrap-s390x-linux.c1115 GENXY(__NR_close, sys_close), // 6
H A Dsyswrap-arm-linux.c1382 GENXY(__NR_close, sys_close), // 6
H A Dsyswrap-x86-linux.c1822 GENXY(__NR_close, sys_close), // 6
H A Dsyswrap-darwin.c7836 GENXY(__NR_close, sys_close),

Completed in 971 milliseconds