Home
last modified time | relevance | path

Searched refs:BLKS_PER_MB (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sbin/growfs/tests/
HDlegacy_test.pl9 use constant BLKS_PER_MB => 2048; constant
34 print $fd "a: ", ($partszMB * BLKS_PER_MB), " 0 4.2BSD 1024 8192\n";
35 print $fd "c: ", ($unitszMB * BLKS_PER_MB), " 0 unused 0 0\n";
72 fill(10 * BLKS_PER_MB, 10 * BLKS_PER_MB, chr(0));
77 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
86 fill(20 * BLKS_PER_MB, 10 * BLKS_PER_MB, chr(0xaa) . chr(0x55));
91 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
/freebsd-14-stable/tests/sys/geom/class/eli/
HDresize_test.sh16 BLKS_PER_MB=2048