Home | History | Annotate | Download | only in disklabel

Lines Matching defs:im

474 	intmax_t im;
532 if ((im = getnum(lp, line, 0)) == -1 || im < 0) {
535 } else if (im > 0xffffffffLL ||
536 (uint32_t)im > lp->d_secperunit) {
540 p->p_offset = (uint32_t)im;
552 if ((im = getnum(lp, line, lp->d_secperunit - p->p_offset))
556 } else if (im > 0xffffffffLL ||
557 (im + p->p_offset) > lp->d_secperunit) {
561 p->p_size = im;