Searched refs:swapsize (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/tools/tools/nanobsd/rescue/Files/root/ |
| H A D | GPT4ZFS_Create.sh | 5 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-14.2/libexec/rc/rc.d/ |
| H A D | growfs | 155 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-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | zfsboot | 908 [ ${swapsize:-0} -gt 0 ] && targetpart=p5 912 [ ${swapsize:-0} -gt 0 ] && targetpart=p4 917 [ ${swapsize:-0} -gt 0 ] && targetpart=p4 947 if [ ${swapsize:-0} -gt 0 ]; then 1030 if [ ${swapsize:-0} -gt 0 ]; then 1060 local swapsize 1064 elif [ ${swapsize:-0} -eq 0 ]; then 1141 local swapsize bootsize poolsize 1166 "$ZFSBOOT_SWAP_SIZE" "$swapsize" 1705 minsize=$swapsize teeny_disks= [all …]
|
| /freebsd-14.2/usr.sbin/bsdinstall/partedit/ |
| H A D | part_wizard.c | 343 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-14.2/contrib/tcsh/ |
| H A D | Fixes | 293 12. add rlimit swapsize from FreeBSD.
|