Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/usr.sbin/bsdinstall/scripts/
H A Dzfsboot894 [ ${swapsize:-0} -gt 0 ] && targetpart=p5
898 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
903 [ ${swapsize:-0} -gt 0 ] && targetpart=p4
907 [ ${swapsize:-0} -gt 0 ] && targetpart=p3
933 if [ ${swapsize:-0} -gt 0 ]; then
1010 if [ ${swapsize:-0} -gt 0 ]; then
1036 local swapsize
1040 elif [ ${swapsize:-0} -eq 0 ]; then
1117 local swapsize bootsize
1132 "$ZFSBOOT_SWAP_SIZE" "$swapsize"
[all …]
/freebsd-13.1/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c308 intmax_t swapsize, available; in wizard_makeparts() local
349 swapsize = SWAP_SIZE(available); in wizard_makeparts()
350 humanize_number(swapsizestr, 7, swapsize, "B", HN_AUTOSCALE, in wizard_makeparts()
352 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024, in wizard_makeparts()
/freebsd-13.1/contrib/tcsh/
H A DFixes293 12. add rlimit swapsize from FreeBSD.