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

  /bionic/libc/arch-arm/syscalls/
fremovexattr.S 8 ldr r7, =__NR_fremovexattr
  /bionic/libc/arch-arm64/syscalls/
fremovexattr.S 6 mov x8, __NR_fremovexattr
  /bionic/libc/arch-mips/syscalls/
fremovexattr.S 8 li $v0, __NR_fremovexattr
  /bionic/libc/arch-x86_64/syscalls/
fremovexattr.S 6 movl $__NR_fremovexattr, %eax
  /bionic/libc/arch-mips64/syscalls/
fremovexattr.S 8 li $v0, __NR_fremovexattr
  /bionic/libc/arch-x86/syscalls/
fremovexattr.S 20 movl $__NR_fremovexattr, %eax
  /external/minijail/linux-x86/
libsyscalls.gen.c 603 #ifdef __NR_fremovexattr
604 { "fremovexattr", __NR_fremovexattr },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 51 #define __NR_fremovexattr 16
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 256 #define __NR_fremovexattr 237
unistd_64.h 220 #define __NR_fremovexattr 199
unistd_x32.h 198 #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 239 #define __NR_fremovexattr 237
unistd_64.h 203 #define __NR_fremovexattr 199
unistd_x32.h 181 #define __NR_fremovexattr (__X32_SYSCALL_BIT + 199)
  /bionic/libc/include/bits/
glibc-syscalls.h 235 #if defined(__NR_fremovexattr)
236 #define SYS_fremovexattr __NR_fremovexattr
  /external/strace/
scno.h 605 #ifndef __NR_fremovexattr
606 # define __NR_fremovexattr (SYSCALL_BIT | 199)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 212 #define __NR_fremovexattr (__NR_Linux + 191)
unistd_n64.h 212 #define __NR_fremovexattr (__NR_Linux + 191)
unistd_o32.h 256 #define __NR_fremovexattr (__NR_Linux + 235)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 195 #define __NR_fremovexattr (__NR_Linux + 191)
unistd_n64.h 195 #define __NR_fremovexattr (__NR_Linux + 191)
unistd_o32.h 239 #define __NR_fremovexattr (__NR_Linux + 235)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 215 #define __NR_fremovexattr (__NR_SYSCALL_BASE + 237)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 198 #define __NR_fremovexattr (__NR_SYSCALL_BASE + 237)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 67 #define __NR_fremovexattr 16
68 __SYSCALL(__NR_fremovexattr, sys_fremovexattr)

Completed in 701 milliseconds