/titanic_52/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_negative.ksh | 46 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 51 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 59 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 64 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 71 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 75 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 82 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 86 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
H A D | nopwrite_copies.ksh | 46 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 51 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \ 62 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 67 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
H A D | nopwrite_volume.ksh | 48 $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 D | nopwrite_recsize.ksh | 45 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 52 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
H A D | nopwrite_promoted_clone.ksh | 47 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 54 $DD if=/$TESTPOOL/clone/file of=/$TESTDIR/file bs=1024k count=$MEGS \
|
H A D | nopwrite_varying_compression.ksh | 51 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 58 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
H A D | nopwrite_mtime.ksh | 45 $DD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \ 53 $DD if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 81 log_must $DD if=/dev/random of=$SRC_FILE bs=$BS count=$CNT 122 log_must $DD if=$SRC_FILE of=$obj bs=$BS count=$CNT 134 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT 137 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT 147 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
|
H A D | zfs_rename_006_pos.ksh | 55 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1" 67 log_must eval "$DD if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
H A D | setup.ksh | 47 log_must eval "$DD if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_010_pos.ksh | 54 $DD if=/dev/urandom of=${mntpnt}/f$objnum bs=512 count=16 56 $DD if=/dev/urandom of=${mntpnt}/fh$objnum bs=512 count=5 stride=4 58 $DD if=/dev/urandom of=${mntpnt}/fh$objnum bs=512 count=4 stride=5 133 $DD if=/dev/urandom of=$mntpnt/f18 bs=128k count=64
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | migration_007_pos.ksh | 59 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd$$.dd" 62 migrate $TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd$$.dd obs=128k of=$BNAME"
|
H A D | migration_008_pos.ksh | 59 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd$$.dd" 62 migrate $NONZFS_TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd$$.dd obs=128k of=$BNAME"
|
H A D | migration_009_pos.ksh | 59 prepare $DNAME "$DD if=$BNAME obs=128k of=$NONZFS_TESTDIR/dd$$.dd" 62 migrate $TESTDIR $SUMA $SUMB "$DD if=$NONZFS_TESTDIR/dd$$.dd obs=128k of=$BNAME"
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/devices/ |
H A D | devices_001_pos.ksh | 62 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1 64 log_must $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
|
H A D | devices_002_neg.ksh | 62 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1 64 log_mustnot $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
|
H A D | devices_003_pos.ksh | 47 log_mustnot $DD if=/dev/urandom of=/dev/zfs count=1024
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | param.h | 446 #define dtop(DD) (((DD) + NDPP - 1) >> (PAGESHIFT - DEV_BSHIFT)) argument 447 #define dtopt(DD) ((DD) >> (PAGESHIFT - DEV_BSHIFT)) argument
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/ |
H A D | zfs_written_property_001_pos.ksh | 76 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.$i bs=1M \ 139 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/testfile.3 bs=1M \ 164 log_must $DD if=/dev/urandom of=/$TESTPOOL/$TESTFS1/snap1.clone/testfile bs=1M \ 202 log_must $DD if=/dev/urandom of=/$ds/testfile bs=1M count=$blocks 215 log_must $DD if=/dev/urandom of=/$ds/testfile bs=1M \
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_014_pos.ksh | 56 $DD if=/dev/urandom of=/$TESTPOOL/filler bs=1024k count=50 58 log_must $DD if=/dev/urandom of=$VDIR/a bs=1024k oseek=4 \
|
/titanic_52/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | Makefile | 22 DD= /usr/bin/dd macro 58 $(DD) if=$@.tmp of=$@ obs=2k conv=sync
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_common.kshlib | 88 log_must eval "$RUNAT $FILE $DD if=/etc/passwd of=$XATTR_NAME" 90 log_must $DD if=/etc/passwd of=/tmp/passwd_dd.$$
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_007_pos.ksh | 60 log_must $DD if=/dev/urandom of=${mntpnt}/file bs=512 count=1 2>/dev/null 73 $DD if=/dev/urandom of=${mntpnt}/$FILE bs=512 count=1 seek=1 2>/dev/null
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/ |
H A D | zfs_rollback_common.kshlib | 156 $PKILL ${DD##*/} 303 $DD if=/dev/urandom of=$dir/$TESTFILE1 &
|
H A D | zfs_rollback_002_pos.ksh | 60 $PKILL ${DD##*/}
|