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

1 2 3

  /bionic/libc/arch-arm/syscalls/
swapoff.S 8 ldr r7, =__NR_swapoff
  /bionic/libc/arch-arm64/syscalls/
swapoff.S 6 mov x8, __NR_swapoff
  /bionic/libc/arch-mips/syscalls/
swapoff.S 8 li $v0, __NR_swapoff
  /bionic/libc/arch-x86_64/syscalls/
swapoff.S 6 movl $__NR_swapoff, %eax
  /external/strace/tests/
swap.c 4 #if defined __NR_swapon && defined __NR_swapoff
39 rc = syscall(__NR_swapoff, sample);
49 SKIP_MAIN_UNDEFINED("__NR_swapon && __NR_swapoff")
  /external/strace/tests-m32/
swap.c 4 #if defined __NR_swapon && defined __NR_swapoff
39 rc = syscall(__NR_swapoff, sample);
49 SKIP_MAIN_UNDEFINED("__NR_swapon && __NR_swapoff")
  /external/strace/tests-mx32/
swap.c 4 #if defined __NR_swapon && defined __NR_swapoff
39 rc = syscall(__NR_swapoff, sample);
49 SKIP_MAIN_UNDEFINED("__NR_swapon && __NR_swapoff")
  /bionic/libc/arch-mips64/syscalls/
swapoff.S 8 li $v0, __NR_swapoff
  /bionic/libc/arch-x86/syscalls/
swapoff.S 16 movl $__NR_swapoff, %eax
  /external/ltp/testcases/kernel/syscalls/swapon/
swapon01.c 51 if (ltp_syscall(__NR_swapoff, "./swapfile01") != 0) {
swapon02.c 160 if (do_swapoff && ltp_syscall(__NR_swapoff, "alreadyused"))
swapon03.c 309 if (ltp_syscall(__NR_swapoff, filename) != 0) {
  /external/ltp/testcases/kernel/syscalls/swapoff/
swapoff01.c 68 TEST(ltp_syscall(__NR_swapoff, "./swapfile01"));
swapoff02.c 77 TEST(ltp_syscall(__NR_swapoff, testcase[i].path));
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 239 #define __NR_swapoff 168
vki-scnums-arm64-linux.h 270 #define __NR_swapoff 225
vki-scnums-s390x-linux.h 124 #define __NR_swapoff 115
vki-scnums-arm-linux.h 152 #define __NR_swapoff 115
vki-scnums-ppc32-linux.h 152 #define __NR_swapoff 115
  /external/minijail/linux-x86/
libsyscalls.gen.c 510 #ifdef __NR_swapoff
511 { "swapoff", __NR_swapoff },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 267 #define __NR_swapoff 225
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 136 #define __NR_swapoff 115
unistd_64.h 189 #define __NR_swapoff 168
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 119 #define __NR_swapoff 115
unistd_64.h 172 #define __NR_swapoff 168

Completed in 194 milliseconds

1 2 3