Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_010_neg.ksh51 poolexists $TOOSMALL && destroy_pool $TOOSMALL
78 "$TOOSMALL $TESTDIR/file1" "$TESTPOOL1 $TESTDIR/file1 $TESTDIR/file2" \
79 "$TOOSMALL mirror $TESTDIR/file1 $TESTDIR/file2" \
80 "$TOOSMALL raidz $TESTDIR/file1 $TESTDIR/file2"
H A Dzpool_create.cfg89 export TOOSMALL="toosmall"
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dstrtonum.c27 #define TOOSMALL 2 macro
56 error = TOOSMALL; in strtonum()