Home | History | Annotate | Download | only in lib

Lines Matching defs:this_ext

584 			int this_ext, daddr_t sector)
605 sector = this_ext + mbr[i].mbrp_start;
659 uint32_t ext_base, this_ext, next_ext;
681 this_ext = ext_base + next_ext;
683 if (readsects(&d->ll, this_ext, 1, d->buf, 0)) {
685 printf("error reading MBR sector %u\n", this_ext);
695 sector = this_ext + mbr[i].mbrp_start;
701 this_ext, sector)) {
716 if (this_ext == offset && typ == MBR_PTYPE_386BSD)
719 if (this_ext != offset) {