Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib171 typeset l_scan
173 l_scan=$(zpool status -x $pool | grep "scan:")
174 l_scan=${l_scan##*"with"}
175 read -r errnum _ <<<"$l_scan"
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1780 typeset l_scan
1782 l_scan=$($ZPOOL status -x $pool | $GREP "scan:")
1783 l_scan=${l_scan##*"with"}
1784 errnum=$($ECHO $l_scan | $AWK '{print $1}')