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

  /external/strace/tests/
statx.c 31 #ifdef __NR_statx
51 syscall(__NR_statx, AT_FDCWD, sample, TEST_SYSCALL_STATX_FLAGS, \
68 SKIP_MAIN_UNDEFINED("__NR_statx")
  /external/strace/tests-m32/
statx.c 31 #ifdef __NR_statx
51 syscall(__NR_statx, AT_FDCWD, sample, TEST_SYSCALL_STATX_FLAGS, \
68 SKIP_MAIN_UNDEFINED("__NR_statx")
  /external/strace/tests-mx32/
statx.c 31 #ifdef __NR_statx
51 syscall(__NR_statx, AT_FDCWD, sample, TEST_SYSCALL_STATX_FLAGS, \
68 SKIP_MAIN_UNDEFINED("__NR_statx")
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 319 #define __NR_statx 291
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 400 #define __NR_statx 383
unistd_64.h 353 #define __NR_statx 332
unistd_x32.h 306 #define __NR_statx (__X32_SYSCALL_BIT + 332)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 383 #define __NR_statx 383
unistd_64.h 336 #define __NR_statx 332
unistd_x32.h 289 #define __NR_statx (__X32_SYSCALL_BIT + 332)
  /bionic/libc/include/bits/
glibc-syscalls.h 1075 #if defined(__NR_statx)
1076 #define SYS_statx __NR_statx
  /external/strace/
scno.h 833 #ifndef __NR_statx
834 # define __NR_statx (SYSCALL_BIT | 291)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 389 #define __NR_statx (__NR_Linux + 366)
721 #define __NR_statx (__NR_Linux + 326)
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 390 #define __NR_statx (__NR_Linux + 366)
735 #define __NR_statx (__NR_Linux + 326)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 373 #define __NR_statx (__NR_SYSCALL_BASE + 397)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 356 #define __NR_statx (__NR_SYSCALL_BASE + 397)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 733 #define __NR_statx 291
734 __SYSCALL(__NR_statx, sys_statx)

Completed in 332 milliseconds