Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/tests/
H A Dmkimg_test.sh32 local blksz bootarg bootsz format geom nhds nsecs partarg pfx scheme
44 bootsz=`bootcode $scheme`
45 if test $bootsz -gt 0; then
46 bootarg="-b `mkcontents B $bootsz`"
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh283 local bootsz="$(ls -l "$bootblk" | awk '{ print $5 }')"
284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"