Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dpartition.c119 uint64_t i64, j64; in change_partition() local
179 j64 = input(FIO_EFI, "Enter partition size", ':', &ioparam, in change_partition()
181 if (j64 == 0) { in change_partition()
184 } else if ((j64 != 0) && (tag == V_UNASSIGNED)) { in change_partition()
194 cur_parts->etoc->efi_parts[num].p_size = j64; in change_partition()