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

/freebsd-13-stable/lib/libgeom/
H A Dlibgeom.h130 off_t lg_mediasize; member in struct:gprovider
H A Dgeom_xml2tree.c240 mt->provider->lg_mediasize = strtoumax(p, NULL, 0);
/freebsd-13-stable/lib/geom/mirror/
H A Dgeom_mirror.c469 size = pp->lg_mediasize;
474 #define CSZ(c) ((c)->lg_provider->lg_mediasize - \
486 if (size == pp->lg_mediasize)
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c399 (intmax_t)pp->lg_mediasize / 1024);
406 pp->lg_mediasize);
433 handle_chunk(ds_index, pp->lg_name, pp->lg_mediasize);
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c356 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "",
358 printf(" mediasize: %jd (%s)\n", (intmax_t)pp->lg_mediasize, buf);
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c669 scheme, fmtsize(pp->lg_mediasize),
693 fmtsize(pp->lg_mediasize));
699 fmtsize(pp->lg_mediasize));
1126 if (pp->lg_mediasize < size)
1170 if (pp->lg_mediasize < VTOC_BOOTSIZE)
/freebsd-13-stable/sbin/geom/core/
H A Dgeom.c883 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "",
885 printf("%sMediasize: %jd (%s)\n", prefix, (intmax_t)pp->lg_mediasize,
911 humanize_number(buf, sizeof(buf), (int64_t)pp->lg_mediasize, "",
914 (intmax_t)pp->lg_mediasize, buf);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c134 humanize_number(diskdesc, 7, pp->lg_mediasize,
H A Dpartedit.c535 (*items)[*nitems].size = pp->lg_mediasize;
H A Dgpart_ops.c607 humanize_number(sizestr, 7, pp->lg_mediasize, "B", HN_AUTOSCALE,

Completed in 211 milliseconds