Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_010_neg.ksh53 for pool in $TOOSMALL $TESTPOOL1 $TESTPOOL; do
72 "$TOOSMALL $TESTDIR/file1" "$TESTPOOL1 $TESTDIR/file1 $TESTDIR/file2" \
73 "$TOOSMALL mirror $TESTDIR/file1 $TESTDIR/file2" \
74 "$TOOSMALL raidz $TESTDIR/file1 $TESTDIR/file2" \
75 "$TOOSMALL draid $TESTDIR/file1 $TESTDIR/file2 $TESTDIR/file3"
H A Dzpool_create.cfg60 export TOOSMALL="toosmall"
/f-stack/tools/compat/
H A Dstrtonum.c32 #define TOOSMALL 2 macro
61 error = TOOSMALL; in strtonum()