Searched refs:swapsizestr (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | part_wizard.c | 342 char swapsizestr[10], rootsizestr[10]; in wizard_makeparts() local 387 humanize_number(swapsizestr, 7, swapsize, "B", HN_AUTOSCALE, in wizard_makeparts() 403 gpart_create(pp, "freebsd-swap", swapsizestr, NULL, NULL, 0); in wizard_makeparts()
|