Home
last modified time | relevance | path

Searched refs:__NR_fchmod (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-scnums-s390x-linux.h108 #define __NR_fchmod 94 macro
Dvki-scnums-ppc64-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-amd64-linux.h139 #define __NR_fchmod 91 macro
Dvki-scnums-x86-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-arm-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-ppc32-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-darwin.h319 #define __NR_fchmod VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(124) macro
/external/kernel-headers/original/asm-x86/
Dunistd_32.h102 #define __NR_fchmod 94 macro
/external/kernel-headers/original/asm-mips/
Dunistd.h117 #define __NR_fchmod (__NR_Linux + 94) macro
459 #define __NR_fchmod (__NR_Linux + 89) macro
765 #define __NR_fchmod (__NR_Linux + 89) macro
/external/strace/
Dsyscall-android.h46 #define SYS_fchmod __NR_fchmod
/external/kernel-headers/original/asm-arm/
Dunistd.h122 #define __NR_fchmod (__NR_SYSCALL_BASE+ 94) macro
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c445 GO(__NR_fchmod, "2s 0m"); in main()
446 SY(__NR_fchmod, x0-1, x0); FAIL; in main()
Dscalar.stderr.exp1027 94: __NR_fchmod 2s 0m
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c1036 GO(__NR_fchmod, "2s 0m"); in main()
1037 SY(__NR_fchmod, x0-1, x0); FAIL; in main()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1211 GENX_(__NR_fchmod, sys_fchmod), // 94
Dsyswrap-ppc32-linux.c1564 GENX_(__NR_fchmod, sys_fchmod), // 94
Dsyswrap-amd64-linux.c1165 GENX_(__NR_fchmod, sys_fchmod), // 91
Dsyswrap-s390x-linux.c1220 GENX_(__NR_fchmod, sys_fchmod), // 94
Dsyswrap-arm-linux.c1487 GENX_(__NR_fchmod, sys_fchmod), // 94
Dsyswrap-x86-linux.c1927 GENX_(__NR_fchmod, sys_fchmod), // 94
Dsyswrap-darwin.c7954 GENX_(__NR_fchmod, sys_fchmod),
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt1001 #define __NR_fchmod (__NR_SYSCALL_BASE+ 94)