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

/netbsd-current/sys/arch/sun3/dev/
H A Dxdvar.h106 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xd_softc
H A Dxyvar.h107 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xy_softc
H A Dxy.c298 printf("%s: WARNING: guessing pcyl=%d (ncyl+acyl)\n",
303 xy->acyl = xy->sc_dk.dk_label->d_acylinders;
572 xy->acyl = 0;
660 * last track of the disk (i.e. second cyl of "acyl" area).
662 blk = (xy->ncyl + xy->acyl - 1) * (xy->nhead * xy->nsect) +
1899 iopb->cyl = (iorq->xy->ncyl + iorq->xy->acyl) - 2;
1900 /* second to last acyl */
H A Dxd.c366 printf("%s: WARNING: guessing pcyl=%d (ncyl+acyl)\n",
371 xd->acyl = xd->sc_dk.dk_label->d_acylinders;
659 xd->acyl = 0;
714 * last track of the disk (i.e. second cyl of "acyl" area).
716 blk = (xd->ncyl + xd->acyl - 1) * (xd->nhead * xd->nsect) + /* last cyl */
2004 iopb->cylno = (iorq->xd->ncyl + iorq->xd->acyl) - 2;
2005 /* second to last acyl */
/netbsd-current/sys/dev/vme/
H A Dxdvar.h107 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xd_softc
H A Dxyvar.h104 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xy_softc
H A Dxy.c300 printf("%s: WARNING: guessing pcyl=%d (ncyl+acyl)\n",
305 xy->acyl = xy->sc_dk.dk_label->d_acylinders;
695 xy->acyl = 0;
779 * last track of the disk (i.e. second cyl of "acyl" area).
782 blk = (xy->ncyl + xy->acyl - 1) * (xy->nhead * xy->nsect) +
2060 iopb->cyl = (iorq->xy->ncyl + iorq->xy->acyl) - 2;
2061 /* second to last acyl */
H A Dxd.c384 printf("%s: WARNING: guessing pcyl=%d (ncyl+acyl)\n",
389 xd->acyl = xd->sc_dk.dk_label->d_acylinders;
814 xd->acyl = 0;
867 * last track of the disk (i.e. second cyl of "acyl" area).
870 blk = (xd->ncyl + xd->acyl - 1) * (xd->nhead * xd->nsect) + /* last cyl */
2188 iopb->cylno = (iorq->xd->ncyl + iorq->xd->acyl) - 2;
2189 /* second to last acyl */
/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c95 * acyl and apc count those spares, and this is also why ncyl and pcyl
98 * ncyl=pcyl=ceil(device size/spc) and acyl=apc=0.
118 uint32_t acyl; /* Alternative cylinders - pcyl minus ncyl */ member in struct:label
201 {"acyl", &label.acyl, print_int, chval_int, 0, 0 },
402 label.acyl = 0;
448 label.acyl = l_s[217];
528 l_s[217] = label.acyl;

Completed in 265 milliseconds