Home
last modified time | relevance | path

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

12

/external/strace/tests/
Dfchmod.c34 #ifdef __NR_fchmod
53 long rc = syscall(__NR_fchmod, fd, 0600); in main()
58 rc = syscall(__NR_fchmod, fd, 051); in main()
61 rc = syscall(__NR_fchmod, fd, 004); in main()
/external/strace/tests-mx32/
Dfchmod.c34 #ifdef __NR_fchmod
53 long rc = syscall(__NR_fchmod, fd, 0600); in main()
58 rc = syscall(__NR_fchmod, fd, 051); in main()
61 rc = syscall(__NR_fchmod, fd, 004); in main()
/external/strace/tests-m32/
Dfchmod.c34 #ifdef __NR_fchmod
53 long rc = syscall(__NR_fchmod, fd, 0600); in main()
58 rc = syscall(__NR_fchmod, fd, 051); in main()
61 rc = syscall(__NR_fchmod, fd, 004); in main()
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h218 #if !defined(__NR_fchmod)
219 #define __NR_fchmod 52 macro
Dx86_64_linux_syscalls.h377 #if !defined(__NR_fchmod)
378 #define __NR_fchmod 91 macro
Dx86_32_linux_syscalls.h389 #if !defined(__NR_fchmod)
390 #define __NR_fchmod 94 macro
Dmips64_linux_syscalls.h372 #if !defined(__NR_fchmod)
373 #define __NR_fchmod (__NR_Linux + 89) macro
Dmips_linux_syscalls.h392 #if !defined(__NR_fchmod)
393 #define __NR_fchmod (__NR_Linux + 94) macro
Darm_linux_syscalls.h296 #if !defined(__NR_fchmod)
297 #define __NR_fchmod (__NR_SYSCALL_BASE+94) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c279 #ifdef __NR_fchmod
280 { "fchmod", __NR_fchmod },
/external/valgrind/include/vki/
Dvki-scnums-arm64-linux.h91 #define __NR_fchmod 52 macro
Dvki-scnums-s390x-linux.h108 #define __NR_fchmod 94 macro
Dvki-scnums-amd64-linux.h139 #define __NR_fchmod 91 macro
Dvki-scnums-arm-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-ppc64-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-ppc32-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-x86-linux.h131 #define __NR_fchmod 94 macro
Dvki-scnums-solaris.h332 #define __NR_fchmod SYS_fchmod macro
Dvki-scnums-mips64-linux.h128 #define __NR_fchmod (__NR_Linux + 89) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h95 #define __NR_fchmod 91 macro
Dunistd_32.h98 #define __NR_fchmod 94 macro
Dunistd_x32.h84 #define __NR_fchmod (__X32_SYSCALL_BIT + 91) macro
/external/strace/
Dscno.h281 #ifndef __NR_fchmod
282 # define __NR_fchmod (SYSCALL_BIT | 91) macro
/external/valgrind/memcheck/tests/arm64-linux/
Dscalar.c445 GO(__NR_fchmod, "2s 0m"); in main()
446 SY(__NR_fchmod, x0-1, x0); FAIL; in main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h117 #define __NR_fchmod (__NR_Linux + 94) macro
496 #define __NR_fchmod (__NR_Linux + 89) macro
839 #define __NR_fchmod (__NR_Linux + 89) macro

12