Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_010_neg.ksh58 poolexists $TOOSMALL && destroy_pool $TOOSMALL
82 "$TOOSMALL $TESTDIR/file1" "$TESTPOOL1 $TESTDIR/file1 $TESTDIR/file2" \
83 "$TOOSMALL mirror $TESTDIR/file1 $TESTDIR/file2" \
84 "$TOOSMALL raidz $TESTDIR/file1 $TESTDIR/file2"
H A Dzpool_create.cfg66 export TOOSMALL="toosmall"
/freebsd/sys/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"
/freebsd/contrib/mandoc/
H A Dcompat_strtonum.c27 #define TOOSMALL 2 macro
56 error = TOOSMALL; in strtonum()
/freebsd/crypto/openssh/openbsd-compat/
H A Dstrtonum.c30 #define TOOSMALL 2 macro
59 error = TOOSMALL; in strtonum()
/freebsd/lib/libc/stdlib/
H A Dstrtonum.c25 #define TOOSMALL 2 macro
54 error = TOOSMALL; in strtonum()