Home
last modified time | relevance | path

Searched refs:swapsize (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh5 swapsize=$(expr 1 \* 1024 \* 2048 + 1024)
12 \tswap size: if no -s size in blocks is given, default is $swapsize blocks\n\
22 s) swapsize=${OPTARG};;
37 siz=$swapsize
41 off=$(expr $align + $swapsize)
/freebsd/libexec/rc/rc.d/
H A Dgrowfs155 swapsize="$(kenv -q growfs_swap_size 2>/dev/null)"
156 case "$swapsize" in
171 *) swapsize="$growfs_swap_size"
183 echo "swapsize is $swapsize"
282 }' dev="$search" addswap="$addswap" swapsize="$swapsize" swaplim="$swaplim"
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dzfsboot756 # NOTE: $swapsize and $bootsize should be defined by the calling function.
912 [ ${swapsize:-0} -gt 0 ] && targetpart=p5
916 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
921 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
925 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
951 if [ ${swapsize:-0} -gt 0 ]; then
955 ${swapsize}b $disk || return $FAILURE
1034 if [ ${swapsize:-0} -gt 0 ]; then
1038 ${swapsize}b ${disk}s1 || return $FAILURE
1064 local swapsize
[all …]
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c343 intmax_t swapsize, available; in wizard_makeparts() local
386 swapsize = SWAP_SIZE(available); in wizard_makeparts()
387 humanize_number(swapsizestr, 7, swapsize, "B", HN_AUTOSCALE, in wizard_makeparts()
389 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024, in wizard_makeparts()
/freebsd/contrib/tcsh/
H A DFixes293 12. add rlimit swapsize from FreeBSD.