Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh60 LOSETUP=/sbin/mdconfig
65 LOSETUP=${LOSETUP:-/sbin/losetup}
90 sudo "${LOSETUP}" -d -u "${TEST_LOOPBACK}" ||
108 sudo "${LOSETUP}" -d "${TEST_LOOPBACK}" ||
151 TEST_LOOPBACKS=$(sudo "${LOSETUP}" -l)
153 TEST_LOOPBACKS=$("${LOSETUP}" -a | awk -F: '/file-vdev/ {print $1}')
175 sudo "${LOSETUP}" -d -u "${TEST_LOOPBACK}"
177 sudo "${LOSETUP}" -d "${TEST_LOOPBACK}"
673 test -x "$LOSETUP" || fail "$LOSETUP utility must be installed"
677 MDDEVICE=$(sudo "${LOSETUP}" -a -t vnode -f "${TEST_FILE}")
[all …]