Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_negative.ksh46 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
59 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
65 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
71 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
76 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
82 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
87 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_copies.ksh46 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
62 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
68 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_volume.ksh48 $DD if=/dev/urandom of=$vol bs=8192 count=4096 conv=notrunc >/dev/null \
54 $DD if=$vol of=$volclone bs=8192 count=4096 conv=notrunc >/dev/null 2>&1 || \
H A Dnopwrite_recsize.ksh45 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
53 conv=notrunc >/tmp/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_sync.ksh46 conv=notrunc >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
51 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_promoted_clone.ksh47 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
55 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_varying_compression.ksh51 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
59 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_mtime.ksh45 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
54 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh66 dd if=$1 of=$3 conv=notrunc bs=1
67 dd if=$2 of=$3 conv=notrunc bs=1 oseek=$rdoff
78 dd if=$extra of=$3 conv=notrunc bs=1 oseek=$bblen
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmakemap.c83 bool notrunc = false; local
180 notrunc = true;
313 if (!notrunc)
/titanic_41/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib59 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/titanic_41/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh59 conv=notrunc count=50
/titanic_41/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib53 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh182 $DD if=/dev/zero of=$fbase.$i seek=512 bs=1024 count=$wcount conv=notrunc \
/titanic_41/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib290 count=$bs_count conv=notrunc >/dev/null 2>&1
/titanic_41/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh368 conv=notrunc conv=sync >> "$errlog" 2>&1