Home
last modified time | relevance | path

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

/third_party/ltp/testcases/commands/mkswap/
H A Dmkswap01.sh41 local swapfile="$3"
56 swapon $swapfile 2>/dev/null
59 tst_res TINFO "Can not do swapon on $swapfile."
94 swapoff $swapfile 2>/dev/null
96 tst_res TWARN "Can not do swapoff on $swapfile."
/third_party/ltp/libs/libltpswap/
H A 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()
25 tst_brk(TBROK, "Failed to create swapfile"); in make_swapfile()
27 /* make the file swapfile */ in make_swapfile()
30 argv[1] = swapfile; in make_swapfile()
/third_party/ltp/include/
H A Dlibswap.h17 int make_swapfile(const char *swapfile, int safe);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1816 swapfile: *const ::c_char, in kvm_open()
1831 swapfile: *const ::c_char, in kvm_openfiles()

Completed in 6 milliseconds