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

/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c732 int epno = LETTERPART(numbers[4]); local
733 if ((epno >= 0) && (epno < NPART)) {
734 cyl0 = label.partitions[epno].endcyl;
755 int epno = LETTERPART(numbers[4]); local
756 if ((epno >= 0) && (epno < NPART)) {
757 if (label.partitions[epno].endcyl <= cyl0) {
759 PARTLETTER(epno), cyl0);
762 size = label.partitions[epno]
[all...]

Completed in 109 milliseconds