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

/freebsd-10.1-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-10.1-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-10.1-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot740 # NOTE: $swapsize and $bootsize should be defined by the calling function.
830 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
837 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
856 if [ ${swapsize:-0} -gt 0 ]; then
859 freebsd-swap ${swapsize}b $disk ||
927 if [ ${swapsize:-0} -gt 0 ]; then
930 freebsd-swap ${swapsize}b ${disk}s1 ||
1032 local swapsize bootsize
1033 if ! f_expand_number "$ZFSBOOT_SWAP_SIZE" swapsize; then
1046 f_dprintf "$funcname: ZFSBOOT_SWAP_SIZE=[%s] swapsize
[all...]

Completed in 101 milliseconds