Home | History | Annotate | Download | only in mainbus

Lines Matching defs:finfo

923 	struct ne7_fd_formb *finfo = NULL;
943 finfo = (struct ne7_fd_formb *)bp->b_data;
1006 if (finfo)
1007 fd->sc_skip = (char *)&(finfo->fd_formb_cylno(0)) -
1008 (char *)finfo;
1014 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1061 if (finfo) {
1069 out_fdc(iot, ioh, finfo->fd_formb_secshift);
1070 out_fdc(iot, ioh, finfo->fd_formb_nsecs);
1071 out_fdc(iot, ioh, finfo->fd_formb_gaplen);
1072 out_fdc(iot, ioh, finfo->fd_formb_fillbyte);
1161 if (!finfo && fd->sc_bcount > 0) {
1445 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l)
1465 bp->b_blkno = (finfo->cyl * (type->sectrac * type->heads)
1466 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE;
1468 bp->b_bcount = sizeof(struct fd_idfield_data) * finfo->fd_formb_nsecs;
1469 bp->b_data = (void *)finfo;