Searched defs:free_hog (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmodify_partition.c78 int free_hog = -1; local
227 while ((free_hog < 0) && (cur_label == L_TYPE_SOLARIS)) {
228 free_hog = G_PARTITION; /* default to g partition */
230 free_hog = input(FIO_MSTR, "Free Hog partition", '?',
231 &ioparam, &free_hog, DATA_INPUT);
233 if (free_hog == C_PARTITION) {
236 free_hog = -1;
244 map[free_hog].dkl_nblk = map[C_PARTITION].dkl_nblk;
246 map[free_hog].dkl_nblk -= map[I_PARTITION].dkl_nblk;
248 map[free_hog]
[all...]

Completed in 45 milliseconds