Lines Matching refs:cyl
196 static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd);
2417 int cyl, hd, spc, spt; in fd_ioctl() local
2490 cyl = fc.fdc_blkno / spc; in fd_ioctl()
2521 if (fdformat(fdc, unit, cyl, hd)) in fd_ioctl()
2947 fdformat(struct fdctlr *fdc, int unit, int cyl, int hd) in fdformat() argument
2961 (C, "fdformat cyl %d, hd %d\n", cyl, hd)); in fdformat()
2977 if (fdrecalseek(fdc, unit, cyl, FDXC_CHECKCHG)) { in fdformat()
3044 *fd++ = (uchar_t)cyl; /* cylinder */ in fdformat()
3094 uint_t cyl; /* starting cylinder of the transfer */ in fdstart() local
3240 cyl = blk / secpcyl; /* cylinder of transfer */ in fdstart()
3291 cyl, head, sect)); in fdstart()
3304 csb->csb_cmds[2] = cyl; /* C - cylinder address */ in fdstart()
5440 fdrw(struct fdctlr *fdc, int unit, int rw, int cyl, int head, in fdrw() argument
5502 csb->csb_cmds[2] = (uchar_t)cyl; in fdrw()