Symbol: bn2mb
usr/src/cmd/format/auto_sense.c
1657
scaled = bn2mb(label->dkl_map[i].dkl_nblk);
usr/src/cmd/format/auto_sense.c
1661
scaled = bn2mb(label->dkl_vtoc.v_part[i].p_size);
usr/src/cmd/format/io.c
1070
fmt_print(" %1.2f megabytes, ", bn2mb(bounds->upper));
usr/src/cmd/format/io.c
1144
bn64, bn2c(bn64), bn2mb(bn64), bn2gb(bn64));
usr/src/cmd/format/io.c
1180
if (nmegs > bn2mb(bounds->upper)) {
usr/src/cmd/format/io.c
1182
"[0-%1.2f]\n", nmegs, bn2mb(bounds->upper));
usr/src/cmd/format/io.c
1248
bn2mb(bounds->upper));
usr/src/cmd/format/io.c
1334
bn64, bn2c(bn64), bn2mb(bn64), bn2gb(bn64));
usr/src/cmd/format/io.c
1422
if (nmegs > bn2mb(bounds->upper)) {
usr/src/cmd/format/io.c
1424
"[0-%1.2f]\n", nmegs, bn2mb(bounds->upper));
usr/src/cmd/format/io.c
1622
if (nmegs > bn2mb(bounds->upper - bounds->lower)) {
usr/src/cmd/format/io.c
1625
bn2mb(bounds->upper - bounds->lower));
usr/src/cmd/format/io.c
2519
scaled = bn2mb(capacity);
usr/src/cmd/format/io.c
514
bn2c(blokno), bn2mb(blokno), bn2gb(blokno));
usr/src/cmd/format/io.c
557
bn2mb(part_deflt->deflt_size),
usr/src/cmd/format/menu_command.c
446
scaled = bn2mb(nblks);
usr/src/cmd/format/menu_command.c
465
scaled = bn2mb(efi_info.capacity);
usr/src/cmd/format/menu_partition.c
515
scaled = bn2mb(secsize);
usr/src/cmd/format/menu_partition.c
620
scaled = bn2mb(nblks);
usr/src/cmd/format/misc.h
171
float bn2mb(uint64_t);
usr/src/cmd/format/startup.c
1490
scaled = bn2mb(nblks);
usr/src/cmd/format/startup.c
1492
scaled = bn2mb(type->capacity);