Searched refs:swapsize (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh6 swapsize=$(expr 1 \* 1024 \* 2048 + 1024)
13 \tswap size: if no -s size in blocks is given, default is $swapsize blocks\n\
23 s) swapsize=${OPTARG};;
38 siz=$swapsize
42 off=$(expr $align + $swapsize)
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c291 intmax_t swapsize, available; local
326 swapsize = SWAP_SIZE(available);
327 humanize_number(swapsizestr, 7, swapsize, "B", HN_AUTOSCALE,
329 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024,
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot661 # NOTE: $swapsize and $bootsize should be defined by the calling function.
751 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
758 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
777 if [ ${swapsize:-0} -gt 0 ]; then
780 freebsd-swap ${swapsize}b $disk ||
853 if [ ${swapsize:-0} -gt 0 ]; then
856 freebsd-swap ${swapsize}b ${disk}s1 ||
933 local swapsize bootsize
934 if ! f_expand_number "$ZFSBOOT_SWAP_SIZE" swapsize; then
947 f_dprintf "$funcname: ZFSBOOT_SWAP_SIZE=[%s] swapsize
[all...]

Completed in 106 milliseconds