Lines Matching defs:found
462 off64_t found = 0;
549 gettext("No boot partition found on drive\n"));
552 found = ltohi(part[bootPart].relsect) * BPSEC;
553 return (found);
557 found = ltohi(part[primaryPart].relsect) * BPSEC;
558 return (found);
563 * drive found), so we had better have an extended partition or
619 * Already found an extended
638 * The number of logical drives we've found thus
643 found =
646 if (found > (xstartsect + xnumsect)) {
649 "is not within the partition!\n"), found);
652 found *= BPSEC;
654 return (found);
668 * Still haven't found the drive, is it an extra
673 found = ltohi(part[extraDrives[driveIndex]].relsect) * BPSEC;
674 return (found);