Home
last modified time | relevance | path

Searched refs:efi_deflt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dpartition.c128 efi_deflt_t efi_deflt; in change_partition() local
164 efi_deflt.start_sector = maxofN(cur_parts->etoc); in change_partition()
167 efi_deflt.start_sector = in change_partition()
170 efi_deflt.end_sector = ioparam.io_bounds.upper - in change_partition()
171 efi_deflt.start_sector; in change_partition()
173 &ioparam, (int *)&efi_deflt, DATA_INPUT); in change_partition()
177 efi_deflt.end_sector = cur_parts->etoc->efi_parts[num].p_size; in change_partition()
178 efi_deflt.start_sector = i64; in change_partition()
180 (int *)&efi_deflt, DATA_INPUT); in change_partition()
H A Dio.c430 efi_deflt_t *efi_deflt; in input() local
477 efi_deflt = NULL; in input()
479 efi_deflt = (efi_deflt_t *)deflt; in input()
481 fmt_print("[%llu]", efi_deflt->start_sector); in input()
564 efi_deflt = NULL; in input()
566 efi_deflt = (efi_deflt_t *)deflt; in input()
570 efi_deflt->end_sector, in input()
571 efi_deflt->start_sector + efi_deflt->end_sector - 1, in input()
572 (efi_deflt->end_sector * cur_blksz) / in input()
574 (efi_deflt->end_sector * cur_blksz) / in input()
[all …]
H A Dmodify_partition.c534 efi_deflt_t efi_deflt; local
549 efi_deflt.start_sector = ioparam.io_bounds.lower;
550 efi_deflt.end_sector = map->efi_parts[i].p_size;
553 &ioparam, (int *)&efi_deflt, DATA_INPUT);