Home
last modified time | relevance | path

Searched refs:MEGS (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/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 \
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 Dnopwrite_copies.ksh46 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 Dnopwrite_recsize.ksh45 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 Dnopwrite_sync.ksh45 gnu_dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS oflag=sync \
50 gnu_dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
H A Dnopwrite_promoted_clone.ksh47 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 Dnopwrite_varying_compression.ksh51 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 Dnopwrite_mtime.ksh45 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 \
H A Dnopwrite.shlib20 export MEGS="64"
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c121 #define MEGS 20 macro
2259 kap->ka_shift == GIGS ? 'G' : kap->ka_shift == MEGS ? 'M' : in kmastat_cache()
2285 kap->ka_shift == GIGS ? 'G' : kap->ka_shift == MEGS ? 'M' : in kmastat_vmem_totals()
2313 *shiftp == GIGS ? 'G' : *shiftp == MEGS ? 'M' : in kmastat_vmem()
2316 *shiftp == GIGS ? 'G' : *shiftp == MEGS ? 'M' : in kmastat_vmem()
2319 *shiftp == GIGS ? 'G' : *shiftp == MEGS ? 'M' : in kmastat_vmem()
2340 'm', MDB_OPT_SETBITS, MEGS, &ka.ka_shift, in kmastat()