/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 125 #define __NR_close 57 macro
|
D | vki-scnums-arm64-linux.h | 96 #define __NR_close 57 macro
|
D | vki-scnums-s390x-linux.h | 49 #define __NR_close 6 macro
|
D | vki-scnums-amd64-linux.h | 40 #define __NR_close 3 macro
|
D | vki-scnums-x86-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-arm-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-ppc64-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-ppc32-linux.h | 43 #define __NR_close 6 macro
|
D | vki-scnums-mips64-linux.h | 42 #define __NR_close (__NR_Linux + 3) macro
|
D | vki-scnums-mips32-linux.h | 46 #define __NR_close (__NR_Linux + 6) macro
|
D | vki-scnums-darwin.h | 222 #define __NR_close VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(6) 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
|
D | unistd_x32.h | 7 #define __NR_close (__X32_SYSCALL_BIT + 3) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 29 #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/ |
D | unistd.h | 179 #define __NR_close 57 macro 180 __SYSCALL(__NR_close, sys_close)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 34 #define __NR_close (__NR_SYSCALL_BASE+ 6) macro
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 266 (void)VG_(do_syscall1)(__NR_close, fd); in ML_()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 68 GO(__NR_close, "1s 0m"); in main() 69 SY(__NR_close, x0-1); FAIL; in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 45 GO(__NR_close, 6, "1s 0m"); in main() 46 SY(__NR_close, x0-1); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 903 GENXY(__NR_close, sys_close), // 57
|
D | syswrap-ppc64-linux.c | 787 GENXY(__NR_close, sys_close), // 6
|
D | syswrap-ppc32-linux.c | 864 GENXY(__NR_close, sys_close), // 6
|
D | syswrap-amd64-linux.c | 701 GENXY(__NR_close, sys_close), // 3
|
D | syswrap-s390x-linux.c | 640 GENXY(__NR_close, sys_close), // 6
|