/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 218 #if !defined(__NR_fchmod) 219 #define __NR_fchmod 52 macro
|
D | x86_64_linux_syscalls.h | 377 #if !defined(__NR_fchmod) 378 #define __NR_fchmod 91 macro
|
D | x86_32_linux_syscalls.h | 389 #if !defined(__NR_fchmod) 390 #define __NR_fchmod 94 macro
|
D | mips64_linux_syscalls.h | 372 #if !defined(__NR_fchmod) 373 #define __NR_fchmod (__NR_Linux + 89) macro
|
D | arm_linux_syscalls.h | 296 #if !defined(__NR_fchmod) 297 #define __NR_fchmod (__NR_SYSCALL_BASE+94) macro
|
D | mips_linux_syscalls.h | 392 #if !defined(__NR_fchmod) 393 #define __NR_fchmod (__NR_Linux + 94) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 120 #define __NR_fchmod 52 macro
|
D | vki-scnums-s390x-linux.h | 108 #define __NR_fchmod 94 macro
|
D | vki-scnums-arm64-linux.h | 91 #define __NR_fchmod 52 macro
|
D | vki-scnums-amd64-linux.h | 139 #define __NR_fchmod 91 macro
|
D | vki-scnums-ppc32-linux.h | 131 #define __NR_fchmod 94 macro
|
D | vki-scnums-ppc64-linux.h | 131 #define __NR_fchmod 94 macro
|
D | vki-scnums-x86-linux.h | 131 #define __NR_fchmod 94 macro
|
D | vki-scnums-arm-linux.h | 131 #define __NR_fchmod 94 macro
|
D | vki-scnums-solaris.h | 330 #define __NR_fchmod SYS_fchmod macro
|
D | vki-scnums-mips64-linux.h | 128 #define __NR_fchmod (__NR_Linux + 89) macro
|
D | vki-scnums-mips32-linux.h | 134 #define __NR_fchmod (__NR_Linux + 94) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 95 #define __NR_fchmod 91 macro
|
D | unistd_32.h | 98 #define __NR_fchmod 94 macro
|
D | unistd_x32.h | 84 #define __NR_fchmod (__X32_SYSCALL_BIT + 91) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 117 #define __NR_fchmod (__NR_Linux + 94) macro 489 #define __NR_fchmod (__NR_Linux + 89) macro 826 #define __NR_fchmod (__NR_Linux + 89) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 169 #define __NR_fchmod 52 macro 170 __SYSCALL(__NR_fchmod, sys_fchmod)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 122 #define __NR_fchmod (__NR_SYSCALL_BASE+ 94) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 445 GO(__NR_fchmod, "2s 0m"); in main() 446 SY(__NR_fchmod, x0-1, x0); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 201 case __NR_fchmod: in IsDeniedFileSystemAccessViaFd()
|