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

  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 276 #define __NR_mincore 232
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 47 #define __NR_mincore (__NR_Linux + 26)
unistd_n64.h 47 #define __NR_mincore (__NR_Linux + 26)
unistd_o32.h 238 #define __NR_mincore (__NR_Linux + 217)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 43 #define __NR_mincore (__X32_SYSCALL_BIT + 27)
unistd_32.h 239 #define __NR_mincore 218
unistd_64.h 48 #define __NR_mincore 27
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 636 #define __NR_mincore 232
637 __SYSCALL(__NR_mincore, sys_mincore)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 30 #define __NR_mincore (__NR_Linux + 26)
unistd_n64.h 30 #define __NR_mincore (__NR_Linux + 26)
unistd_o32.h 221 #define __NR_mincore (__NR_Linux + 217)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 26 #define __NR_mincore (__X32_SYSCALL_BIT + 27)
unistd_32.h 222 #define __NR_mincore 218
unistd_64.h 31 #define __NR_mincore 27
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 199 #define __NR_mincore (__NR_SYSCALL_BASE + 219)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 182 #define __NR_mincore (__NR_SYSCALL_BASE + 219)
  /external/strace/
scno.h 89 #ifndef __NR_mincore
90 # define __NR_mincore (SYSCALL_BIT | 27)

Completed in 243 milliseconds