Home
last modified time | relevance | path

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

12

/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h125 #define __NR_close 57 macro
Dvki-scnums-arm64-linux.h96 #define __NR_close 57 macro
Dvki-scnums-s390x-linux.h49 #define __NR_close 6 macro
Dvki-scnums-amd64-linux.h40 #define __NR_close 3 macro
Dvki-scnums-x86-linux.h43 #define __NR_close 6 macro
Dvki-scnums-arm-linux.h43 #define __NR_close 6 macro
Dvki-scnums-ppc64-linux.h43 #define __NR_close 6 macro
Dvki-scnums-ppc32-linux.h43 #define __NR_close 6 macro
Dvki-scnums-mips64-linux.h42 #define __NR_close (__NR_Linux + 3) macro
Dvki-scnums-mips32-linux.h46 #define __NR_close (__NR_Linux + 6) macro
Dvki-scnums-darwin.h222 #define __NR_close VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(6) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h7 #define __NR_close 3 macro
Dunistd_32.h10 #define __NR_close 6 macro
Dunistd_x32.h7 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h29 #define __NR_close (__NR_Linux + 6) macro
399 #define __NR_close (__NR_Linux + 3) macro
732 #define __NR_close (__NR_Linux + 3) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h179 #define __NR_close 57 macro
180 __SYSCALL(__NR_close, sys_close)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h34 #define __NR_close (__NR_SYSCALL_BASE+ 6) macro
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-common.c266 (void)VG_(do_syscall1)(__NR_close, fd); in ML_()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c68 GO(__NR_close, "1s 0m"); in main()
69 SY(__NR_close, x0-1); FAIL; in main()
/external/valgrind/memcheck/tests/darwin/
Dscalar.c45 GO(__NR_close, 6, "1s 0m"); in main()
46 SY(__NR_close, x0-1); FAIL; in main()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c903 GENXY(__NR_close, sys_close), // 57
Dsyswrap-ppc64-linux.c787 GENXY(__NR_close, sys_close), // 6
Dsyswrap-ppc32-linux.c864 GENXY(__NR_close, sys_close), // 6
Dsyswrap-amd64-linux.c701 GENXY(__NR_close, sys_close), // 3
Dsyswrap-s390x-linux.c640 GENXY(__NR_close, sys_close), // 6

12