Lines Matching refs:cyl
198 static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd);
2420 int cyl, hd, spc, spt; in fd_ioctl() local
2493 cyl = fc.fdc_blkno / spc; in fd_ioctl()
2524 if (fdformat(fdc, unit, cyl, hd)) in fd_ioctl()
2950 fdformat(struct fdctlr *fdc, int unit, int cyl, int hd) in fdformat() argument
2964 (C, "fdformat cyl %d, hd %d\n", cyl, hd)); in fdformat()
2980 if (fdrecalseek(fdc, unit, cyl, FDXC_CHECKCHG)) { in fdformat()
3047 *fd++ = (uchar_t)cyl; /* cylinder */ in fdformat()
3097 uint_t cyl; /* starting cylinder of the transfer */ in fdstart() local
3243 cyl = blk / secpcyl; /* cylinder of transfer */ in fdstart()
3294 cyl, head, sect)); in fdstart()
3307 csb->csb_cmds[2] = cyl; /* C - cylinder address */ in fdstart()
5443 fdrw(struct fdctlr *fdc, int unit, int rw, int cyl, int head, in fdrw() argument
5505 csb->csb_cmds[2] = (uchar_t)cyl; in fdrw()