HomeSort by: relevance | last modified time | path
    Searched defs:endcyl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sunlabel/
sunlabel.c 86 uint32_t endcyl; member in struct:part
363 p->endcyl = p->startcyl;
365 p->endcyl = p->startcyl + how_many(p->nblk, label.spc);
734 cyl0 = label.partitions[epno].endcyl;
757 if (label.partitions[epno].endcyl <= cyl0) {
1044 edges[j++] = p[i].endcyl;
1074 (p[i].endcyl > edges[j])) {
sunlabel.c 86 uint32_t endcyl; member in struct:part
363 p->endcyl = p->startcyl;
365 p->endcyl = p->startcyl + how_many(p->nblk, label.spc);
734 cyl0 = label.partitions[epno].endcyl;
757 if (label.partitions[epno].endcyl <= cyl0) {
1044 edges[j++] = p[i].endcyl;
1074 (p[i].endcyl > edges[j])) {

Completed in 24 milliseconds