/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | swapon03.c | 49 TEST(tst_syscall(__NR_swapon, swap_testfiles[0].filename, 0)); in verify_swapon() 65 TEST(tst_syscall(__NR_swapon, swap_testfiles[1].filename, 0)); in verify_swapon() 74 TEST(tst_syscall(__NR_swapon, swap_testfiles[2].filename, 0)); in verify_swapon() 161 res = tst_syscall(__NR_swapon, filename, 0); in setup_swap()
|
H A D | swapon02.c | 67 if (tst_syscall(__NR_swapon, "alreadyused", 0)) in setup() 85 TEST(tst_syscall(__NR_swapon, tc->path, 0)); in verify_swapon()
|
H A D | swapon01.c | 21 TEST(tst_syscall(__NR_swapon, "./swapfile01", 0)); in verify_swapon()
|
/third_party/ltp/testcases/kernel/syscalls/swapoff/ |
H A D | swapoff01.c | 22 if (tst_syscall(__NR_swapon, "./swapfile01", 0) != 0) { in verify_swapoff()
|
H A D | swapoff02.c | 61 if (tst_syscall(__NR_swapon, "./swapfile01", 0) != 0) in verify_swapoff()
|
/third_party/ltp/libs/libltpswap/ |
H A D | libswap.c | 54 TEST(tst_syscall(__NR_swapon, filename, 0)); in is_swap_supported()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 84 #define __NR_swapon 87 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2063 pub const __NR_swapon: u32 = 224; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2062 pub const __NR_swapon: u32 = 224; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2028 pub const __NR_swapon: u32 = 224; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1951 pub const __NR_swapon: u32 = 87; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2146 pub const __NR_swapon: u32 = 5162; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1945 pub const __NR_swapon: u32 = 87; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2063 pub const __NR_swapon: u32 = 4087; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1894 pub const __NR_swapon: u32 = 87; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2168 pub const __NR_swapon: u32 = 85; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1891 pub const __NR_swapon: u32 = 87; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2165 pub const __NR_swapon: u32 = 85; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 1985 pub const __NR_swapon: u32 = 1073741991; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 1916 pub const __NR_swapon: u32 = 87; consts
|