Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzfs-tests.sh55 LOSETUP=/sbin/mdconfig
60 LOSETUP=${LOSETUP:-/sbin/losetup}
85 sudo "${LOSETUP}" -d -u "${TEST_LOOPBACK}" ||
103 sudo "${LOSETUP}" -d "${TEST_LOOPBACK}" ||
147 TEST_LOOPBACKS=$(sudo "${LOSETUP}" -l)
169 sudo "${LOSETUP}" -d -u "${TEST_LOOPBACK}"
171 sudo "${LOSETUP}" -d "${TEST_LOOPBACK}"
597 test -x "$LOSETUP" || fail "$LOSETUP utility must be installed"
601 MDDEVICE=$(sudo "${LOSETUP}" -a -t vnode -f "${TEST_FILE}")
608 TEST_LOOPBACK=$(sudo "${LOSETUP}" -f)
[all …]