Home
last modified time | relevance | path

Searched refs:mkswap (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/lib/blkid/
Dtest_probe.in24 if [ "$i" = "swap0" ] && which mkswap > /dev/null; then
27 mkswap -v0 $IMAGE > /dev/null
28 elif [ "$i" = "swap1" ] && which mkswap > /dev/null; then
31 # check if mkswap supports the "-U" option
32 if mkswap -h 2>&1 | grep -q -- '-U'; then
40 mkswap -v1 -L SWAP-TEST $UUID $IMAGE >/dev/null
/third_party/ltp/testcases/kernel/device-drivers/zram/
Dzram02.sh29 tst_require_cmds mkswap swapon swapoff
33 ROD mkswap /dev/zram$i
/third_party/ltp/
Dver_linux73 mkswap -V 2>&1 | awk '{print "util-linux ", $NF}'
/third_party/toybox/
DBUILD.gn95 "toys/other/mkswap.c",
339 "bin/mkswap",
538 "toys/other/mkswap.c",
810 "mkswap",
/third_party/toybox/generated/
Dglobals.h1470 struct mkswap_data mkswap; member
Dnewtoys.h166 USE_MKSWAP(NEWTOY(mkswap, "<1>1L:", TOYFLAG_SBIN))
Dflags.h4886 #define TT this.mkswap
/third_party/e2fsprogs/doc/RelNotes/
Dv1.41.txt1579 mkswap that don't support the -U option.