Searched refs:get_nr_sects (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c155 static unsigned get_nr_sects(const struct partition *p);
556 get_nr_sects(const struct partition *p) function
855 get_start_sect(p) || get_nr_sects(p));
982 for (i = 0; i < 4; i++, p++) if (get_nr_sects(p)) {
1024 if (!get_nr_sects(pe->part_table)
1571 set_nr_sects(p, get_nr_sects(q));
1618 if (!sys && !LABEL_IS_SGI && !LABEL_IS_SUN && !get_nr_sects(p)) {
1725 linear2chs(get_start_sect(p) + get_nr_sects(p) - 1, &lec, &leh, &les);
1958 psects = get_nr_sects(p);
2012 get_start_sect(p), get_nr_sects(
[all...]
H A Dfdisk_osf.c471 end = begin + get_nr_sects(xbsd_part) - 1;
902 pp->p_size = get_nr_sects(p);
1036 xbsd_dlabel.d_partitions[i].p_size = get_nr_sects(p);
H A Dfdisk_sgi.c806 old[i].nsect = get_nr_sects(get_part_table(i));

Completed in 40 milliseconds