Searched refs:bn2mb (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 514 bn2c(blokno), bn2mb(blokno), bn2gb(blokno)); in input() 557 bn2mb(part_deflt->deflt_size), in input() 1070 fmt_print(" %1.2f megabytes, ", bn2mb(bounds->upper)); in input() 1144 bn64, bn2c(bn64), bn2mb(bn64), bn2gb(bn64)); in input() 1180 if (nmegs > bn2mb(bounds->upper)) { in input() 1182 "[0-%1.2f]\n", nmegs, bn2mb(bounds->upper)); in input() 1248 bn2mb(bounds->upper)); in input() 1334 bn64, bn2c(bn64), bn2mb(bn64), bn2gb(bn64)); in input() 1422 if (nmegs > bn2mb(bounds->upper)) { in input() 1424 "[0-%1.2f]\n", nmegs, bn2mb(bounds->upper)); in input() [all …]
|
H A D | misc.h | 171 float bn2mb(uint64_t);
|
H A D | menu_partition.c | 515 scaled = bn2mb(secsize); in print_efi_partition() 620 scaled = bn2mb(nblks); in print_partition()
|
H A D | misc.c | 855 bn2mb(uint64_t nblks) in bn2mb() function
|
H A D | menu_command.c | 446 scaled = bn2mb(nblks); in c_type() 465 scaled = bn2mb(efi_info.capacity); in c_type()
|
H A D | auto_sense.c | 1657 scaled = bn2mb(label->dkl_map[i].dkl_nblk); 1661 scaled = bn2mb(label->dkl_vtoc.v_part[i].p_size);
|
H A D | startup.c | 1490 scaled = bn2mb(nblks); in do_search() 1492 scaled = bn2mb(type->capacity); in do_search()
|