Home
last modified time | relevance | path

Searched refs:swapfile (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/commands/mkswap/
Dmkswap01.sh42 local swapfile="$3"
62 swapon $swapfile 2>/dev/null
65 tst_res TINFO "Can not do swapon on $swapfile."
100 swapoff $swapfile 2>/dev/null
102 tst_res TWARN "Can not do swapoff on $swapfile."
/third_party/ltp/libs/libltpswap/
Dlibswap.c18 int make_swapfile(const char *swapfile, int safe) in make_swapfile() argument
24 if (tst_fill_file(swapfile, 0, sysconf(_SC_PAGESIZE), 10) != 0) in make_swapfile()
30 argv[1] = swapfile; in make_swapfile()
/third_party/ltp/include/
Dlibswap.h17 int make_swapfile(const char *swapfile, int safe);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1816 swapfile: *const ::c_char, in kvm_open()
1831 swapfile: *const ::c_char, in kvm_openfiles()