Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c397 (intmax_t)pp->lg_mediasize / 1024); in get_mbr()
404 pp->lg_mediasize); in get_mbr()
431 handle_chunk(ds_index, pp->lg_name, pp->lg_mediasize); in get_bsd_sun()
/freebsd/lib/geom/mirror/
H A Dgeom_mirror.c464 size = pp->lg_mediasize; in mirror_resize()
469 #define CSZ(c) ((c)->lg_provider->lg_mediasize - \ in mirror_resize()
481 if (size == pp->lg_mediasize) in mirror_resize()
/freebsd/sbin/ggate/shared/
H A Dggate.c354 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "", in show_config()
356 printf(" mediasize: %jd (%s)\n", (intmax_t)pp->lg_mediasize, buf); in show_config()
/freebsd/lib/libgeom/
H A Dlibgeom.h129 off_t lg_mediasize; member
H A Dgeom_xml2tree.c239 mt->provider->lg_mediasize = strtoumax(p, NULL, 0); in EndElement()
/freebsd/sbin/geom/core/
H A Dgeom.c891 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "", in list_one_provider()
893 printf("%sMediasize: %jd (%s)\n", prefix, (intmax_t)pp->lg_mediasize, in list_one_provider()
919 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "", in list_one_consumer()
922 (intmax_t)pp->lg_mediasize, buf); in list_one_consumer()
/freebsd/lib/geom/part/
H A Dgeom_part.c665 scheme, fmtsize(pp->lg_mediasize), in gpart_show_geom()
689 fmtsize(pp->lg_mediasize)); in gpart_show_geom()
695 fmtsize(pp->lg_mediasize)); in gpart_show_geom()
1149 if (pp->lg_mediasize < size) in gpart_write_partcode()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c155 humanize_number(diskdesc, 7, pp->lg_mediasize, in boot_disk_select()
H A Dpartedit.c557 (*items)[*nitems].size = pp->lg_mediasize; in add_geom_children()
H A Dgpart_ops.c651 humanize_number(sizestr, 7, pp->lg_mediasize, "B", HN_AUTOSCALE, in gpart_edit()