Home | History | Annotate | Download | only in isa

Lines Matching defs:finfo

1059 	struct ne7_fd_formb *finfo = NULL;
1088 finfo = (struct ne7_fd_formb *)bp->b_data;
1145 if (finfo)
1146 fd->sc_skip = (char *)&(finfo->fd_formb_cylno(0)) -
1147 (char *)finfo;
1153 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE;
1180 if (finfo) {
1188 out_fdc(iot, ioh, finfo->fd_formb_secshift);
1189 out_fdc(iot, ioh, finfo->fd_formb_nsecs);
1190 out_fdc(iot, ioh, finfo->fd_formb_gaplen);
1191 out_fdc(iot, ioh, finfo->fd_formb_fillbyte);
1274 if (!finfo && fd->sc_bcount > 0) {
1601 fdformat(dev_t dev, struct ne7_fd_formb *finfo, struct lwp *l)
1623 bp->b_blkno = (finfo->cyl * (type->sectrac * type->heads)
1624 + finfo->head * type->sectrac) * FDC_BSIZE / DEV_BSIZE;
1626 bp->b_bcount = sizeof(struct fd_idfield_data) * finfo->fd_formb_nsecs;
1627 bp->b_data = (void *)finfo;