Searched refs:__NR_swapoff (Results 1 – 25 of 39) sorted by relevance
12
/external/strace/tests-m32/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/strace/tests/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/strace/tests-mx32/ |
D | swap.c | 4 #if defined __NR_swapon && defined __NR_swapoff 39 rc = syscall(__NR_swapoff, sample); in main()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | swapon01.c | 51 if (ltp_syscall(__NR_swapoff, "./swapfile01") != 0) { in verify_swapon()
|
D | swapon02.c | 160 if (do_swapoff && ltp_syscall(__NR_swapoff, "alreadyused")) in cleanup()
|
D | swapon03.c | 309 if (ltp_syscall(__NR_swapoff, filename) != 0) { in check_and_swapoff()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 68 TEST(ltp_syscall(__NR_swapoff, "./swapfile01")); in verify_swapoff()
|
D | swapoff02.c | 77 TEST(ltp_syscall(__NR_swapoff, testcase[i].path)); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 910 #if !defined(__NR_swapoff) 911 #define __NR_swapoff 225 macro
|
D | x86_64_linux_syscalls.h | 685 #if !defined(__NR_swapoff) 686 #define __NR_swapoff 168 macro
|
D | x86_32_linux_syscalls.h | 473 #if !defined(__NR_swapoff) 474 #define __NR_swapoff 115 macro
|
D | mips64_linux_syscalls.h | 668 #if !defined(__NR_swapoff) 669 #define __NR_swapoff (__NR_Linux + 163) macro
|
D | mips_linux_syscalls.h | 476 #if !defined(__NR_swapoff) 477 #define __NR_swapoff (__NR_Linux + 115) macro
|
D | arm_linux_syscalls.h | 352 #if !defined(__NR_swapoff) 353 #define __NR_swapoff (__NR_SYSCALL_BASE+115) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 510 #ifdef __NR_swapoff 511 { "swapoff", __NR_swapoff },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 270 #define __NR_swapoff 225 macro
|
D | vki-scnums-s390x-linux.h | 124 #define __NR_swapoff 115 macro
|
D | vki-scnums-amd64-linux.h | 239 #define __NR_swapoff 168 macro
|
D | vki-scnums-arm-linux.h | 152 #define __NR_swapoff 115 macro
|
D | vki-scnums-ppc64-linux.h | 152 #define __NR_swapoff 115 macro
|
D | vki-scnums-ppc32-linux.h | 152 #define __NR_swapoff 115 macro
|
D | vki-scnums-x86-linux.h | 152 #define __NR_swapoff 115 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 172 #define __NR_swapoff 168 macro
|
D | unistd_32.h | 119 #define __NR_swapoff 115 macro
|
/external/strace/ |
D | scno.h | 512 #ifndef __NR_swapoff 513 # define __NR_swapoff (SYSCALL_BIT | 168) macro
|
12