Searched refs:attach_md (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11.0-release/tests/sys/geom/class/concat/
H A D1_test.sh8 us0=$(attach_md -t malloc -s 1M) || exit 1
9 us1=$(attach_md -t malloc -s 2M) || exit 1
10 us2=$(attach_md -t malloc -s 3M) || exit 1
H A D2_test.sh12 us0=$(attach_md -t malloc -s 1M) || exit 1
13 us1=$(attach_md -t malloc -s 2M) || exit 1
14 us2=$(attach_md -t malloc -s 3M) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/mirror/
H A D1_test.sh8 us0=$(attach_md -t malloc -s 1M) || exit 1
9 us1=$(attach_md -t malloc -s 2M) || exit 1
10 us2=$(attach_md -t malloc -s 3M) || exit 1
H A D2_test.sh17 us0=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
18 us1=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
19 us2=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
H A D6_test.sh17 us0=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
18 us1=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
19 us2=$(attach_md -t malloc -s `expr $nblocks1 + 1`) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/stripe/
H A D1_test.sh8 us0=$(attach_md -t malloc -s 1M) || exit 1
9 us1=$(attach_md -t malloc -s 2M) || exit 1
10 us2=$(attach_md -t malloc -s 3M) || exit 1
H A D2_test.sh14 us0=$(attach_md -t malloc -s 1M) || exit 1
15 us1=$(attach_md -t malloc -s 2M) || exit 1
16 us2=$(attach_md -t malloc -s 3M) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/raid3/
H A D1_test.sh8 us0=$(attach_md -t malloc -s 1M) || exit 1
9 us1=$(attach_md -t malloc -s 2M) || exit 1
10 us2=$(attach_md -t malloc -s 3M) || exit 1
H A D10_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D11_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D12_test.sh12 us0=$(attach_md -t malloc -s $nblocks1) || exit 1
13 us1=$(attach_md -t malloc -s $nblocks1) || exit 1
14 us2=$(attach_md -t malloc -s $nblocks1) || exit 1
H A D2_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D3_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D4_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D5_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D6_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D7_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D8_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
H A D9_test.sh14 us0=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
15 us1=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
16 us2=$(attach_md -t malloc -s $(expr $nblocks1 + 1)) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/shsec/
H A D1_test.sh8 us0=$(attach_md -t malloc -s 1M) || exit 1
9 us1=$(attach_md -t malloc -s 2M) || exit 1
10 us2=$(attach_md -t malloc -s 3M) || exit 1
H A D2_test.sh15 us0=$(attach_md -t malloc -s $nblocks2) || exit 1
16 us1=$(attach_md -t malloc -s $nblocks2) || exit 1
17 us2=$(attach_md -t malloc -s $nblocks2) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/nop/
H A D1_test.sh8 us=$(attach_md -t malloc -s 1M) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/uzip/
H A D1_test.sh11 us0=$(attach_md -f $(basename $UUE .uue)) || exit 1
/freebsd-11.0-release/tests/sys/geom/class/
H A Dgeom_subr.sh14 attach_md() function
/freebsd-11.0-release/tests/sys/geom/class/gate/
H A D1_test.sh17 work=$(attach_md -t malloc -s 1M)
18 src=$(attach_md -t malloc -s 1M)

Completed in 56 milliseconds

12