Searched refs:__NR_fchmodat (Results 1 - 25 of 32) sorted by relevance

12

/external/strace/tests/
H A Dfchmodat.c33 #ifdef __NR_fchmodat
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
69 SKIP_MAIN_UNDEFINED("__NR_fchmodat")
/external/strace/tests-m32/
H A Dfchmodat.c33 #ifdef __NR_fchmodat
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
69 SKIP_MAIN_UNDEFINED("__NR_fchmodat")
/external/strace/tests-mx32/
H A Dfchmodat.c33 #ifdef __NR_fchmodat
48 long rc = syscall(__NR_fchmodat, -100, sample, 0600);
55 rc = syscall(__NR_fchmodat, -100, sample, 051);
59 rc = syscall(__NR_fchmodat, -100, sample, 004);
69 SKIP_MAIN_UNDEFINED("__NR_fchmodat")
/external/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c67 return ltp_syscall(__NR_fchmodat, dirfd, filename, mode);
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h352 #define __NR_fchmodat 268 macro
H A Dvki-scnums-arm64-linux.h92 #define __NR_fchmodat 53 macro
H A Dvki-scnums-s390x-linux.h267 #define __NR_fchmodat 299 macro
H A Dvki-scnums-arm-linux.h371 #define __NR_fchmodat 333 macro
H A Dvki-scnums-ppc32-linux.h342 #define __NR_fchmodat 297 macro
H A Dvki-scnums-ppc64-linux.h334 #define __NR_fchmodat 297 macro
H A Dvki-scnums-solaris.h152 #define __NR_fchmodat SYS_fchmodat macro
H A Dvki-scnums-x86-linux.h343 #define __NR_fchmodat 306 macro
H A Dvki-scnums-mips64-linux.h297 #define __NR_fchmodat (__NR_Linux + 258) macro
H A Dvki-scnums-mips32-linux.h339 #define __NR_fchmodat (__NR_Linux + 299) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c810 #ifdef __NR_fchmodat
811 { "fchmodat", __NR_fchmodat },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h306 #define __NR_fchmodat 306 macro
H A Dunistd_64.h272 #define __NR_fchmodat 268 macro
H A Dunistd_x32.h239 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268) macro
/external/strace/
H A Dscno.h167 #ifndef __NR_fchmodat
168 # define __NR_fchmodat (SYSCALL_BIT | 53) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h323 #define __NR_fchmodat (__NR_Linux + 299) macro
667 #define __NR_fchmodat (__NR_Linux + 258) macro
1015 #define __NR_fchmodat (__NR_Linux + 262) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h292 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) macro
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c669 LINX_(__NR_fchmodat, sys_fchmodat), // 53
H A Dsyswrap-amd64-linux.c781 LINX_(__NR_fchmodat, sys_fchmodat), // 268
H A Dsyswrap-ppc32-linux.c969 LINX_(__NR_fchmodat, sys_fchmodat), // 297
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h175 #define __NR_fchmodat 53 macro
176 __SYSCALL(__NR_fchmodat, sys_fchmodat)

Completed in 607 milliseconds

12