HomeSort by relevance Sort by last modified time
    Searched refs:__NR_swapoff (Results 26 - 50 of 51) sorted by null

12 3

  /external/valgrind/include/vki/
vki-scnums-ppc64-linux.h 152 #define __NR_swapoff 115
vki-scnums-x86-linux.h 152 #define __NR_swapoff 115
vki-scnums-mips64-linux.h 202 #define __NR_swapoff (__NR_Linux + 163)
vki-scnums-mips32-linux.h 155 #define __NR_swapoff (__NR_Linux + 115)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 123 #define __NR_swapoff 115
unistd_64.h 386 #define __NR_swapoff 168
387 __SYSCALL(__NR_swapoff, sys_swapoff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 123 #define __NR_swapoff 115
unistd_64.h 386 #define __NR_swapoff 168
387 __SYSCALL(__NR_swapoff, sys_swapoff)
  /bionic/libc/include/bits/
glibc-syscalls.h 1084 #if defined(__NR_swapoff)
1085 #define SYS_swapoff __NR_swapoff
  /external/strace/
scno.h 683 #ifndef __NR_swapoff
684 # define __NR_swapoff (SYSCALL_BIT | 225)
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 171 #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 154 #define __NR_swapoff (__X32_SYSCALL_BIT + 168)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 139 #define __NR_swapoff (__NR_Linux + 115)
559 #define __NR_swapoff (__NR_Linux + 163)
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 139 #define __NR_swapoff (__NR_Linux + 115)
572 #define __NR_swapoff (__NR_Linux + 163)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 104 #define __NR_swapoff (__NR_SYSCALL_BASE + 115)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 87 #define __NR_swapoff (__NR_SYSCALL_BASE + 115)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 305 #define SYS_swapoff __NR_swapoff
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 620 #define __NR_swapoff 225
621 __SYSCALL(__NR_swapoff, sys_swapoff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 619 #define __NR_swapoff 225
620 __SYSCALL(__NR_swapoff, sys_swapoff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 306 #define SYS_swapoff __NR_swapoff
626 #define SYS_swapoff __NR_swapoff
  /external/valgrind/memcheck/tests/arm64-linux/
scalar.c 528 // __NR_swapoff 115
529 GO(__NR_swapoff, "n/a");
530 //SY(__NR_swapoff); // (Not yet handled by Valgrind) FAIL;
    [all...]
scalar.stderr.exp 756 225: __NR_swapoff n/a
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips64-linux.c 703 PLAX_ (__NR_swapoff, sys_swapoff),
  /external/valgrind/memcheck/tests/x86-linux/
scalar.c 537 // __NR_swapoff 115
538 GO(__NR_swapoff, "n/a");
539 //SY(__NR_swapoff); // (Not yet handled by Valgrind) FAIL;
    [all...]
  /external/valgrind/memcheck/tests/darwin/
scalar.c 1121 // __NR_swapoff 115
1122 GO(__NR_swapoff, "n/a");
1123 //SY(__NR_swapoff); // (Not yet handled by Valgrind) FAIL;
    [all...]

Completed in 1253 milliseconds

12 3