HomeSort by relevance Sort by last modified time
    Searched refs:__NR_fchmodat (Results 1 - 25 of 29) sorted by null

1 2

  /external/strace/tests/
fchmodat.c 33 #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/
fchmodat.c 33 #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/
fchmodat.c 33 #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")
  /bionic/libc/arch-arm64/syscalls/
___fchmodat.S 6 mov x8, __NR_fchmodat
  /bionic/libc/arch-x86_64/syscalls/
___fchmodat.S 6 movl $__NR_fchmodat, %eax
  /bionic/libc/arch-arm/syscalls/
___fchmodat.S 8 ldr r7, =__NR_fchmodat
  /bionic/libc/arch-mips/syscalls/
___fchmodat.S 8 li $v0, __NR_fchmodat
  /bionic/libc/arch-mips64/syscalls/
___fchmodat.S 8 li $v0, __NR_fchmodat
  /bionic/libc/arch-x86/syscalls/
___fchmodat.S 24 movl $__NR_fchmodat, %eax
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 67 return ltp_syscall(__NR_fchmodat, dirfd, filename, mode);
  /external/minijail/linux-x86/
libsyscalls.gen.c 810 #ifdef __NR_fchmodat
811 { "fchmodat", __NR_fchmodat },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 90 #define __NR_fchmodat 53
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 323 #define __NR_fchmodat 306
unistd_64.h 289 #define __NR_fchmodat 268
unistd_x32.h 256 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 306 #define __NR_fchmodat 306
unistd_64.h 272 #define __NR_fchmodat 268
unistd_x32.h 239 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268)
  /bionic/libc/include/bits/
glibc-syscalls.h 199 #if defined(__NR_fchmodat)
200 #define SYS_fchmodat __NR_fchmodat
  /external/strace/
scno.h 812 #ifndef __NR_fchmodat
813 # define __NR_fchmodat (SYSCALL_BIT | 268)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 282 #define __NR_fchmodat (__NR_Linux + 262)
unistd_n64.h 278 #define __NR_fchmodat (__NR_Linux + 258)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 265 #define __NR_fchmodat (__NR_Linux + 262)
unistd_n64.h 261 #define __NR_fchmodat (__NR_Linux + 258)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 309 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333)

Completed in 344 milliseconds

1 2