Home | History | Annotate | Download | only in disklabel

Lines Matching refs:d_secperunit

122 	if (dl.d_secperunit != lp->d_secperunit) {
125 " to %" PRIu32 " [n]? ", lp->d_secperunit, dl.d_secperunit);
130 lp->d_secperunit = dl.d_secperunit;
134 printf("Already at %" PRIu32 " sectors\n", dl.d_secperunit);
329 /* d_secperunit */
332 lp->d_secperunit);
341 lp->d_secperunit = u;
524 cp[line[0] - 'a'].p_size) >= lp->d_secperunit) {
536 (uint32_t)im > lp->d_secperunit) {
552 if ((im = getnum(lp, line, lp->d_secperunit - p->p_offset))
557 (im + p->p_offset) > lp->d_secperunit) {