Lines Matching defs:fd_softc
146 struct fd_softc {
170 /* fd_softc->flags */
183 struct fd_softc *fdc_indma;
200 int fdloaddisk(struct fd_softc *);
201 void fdgetdefaultlabel(struct fd_softc *, struct disklabel *, int);
202 int fdgetdisklabel(struct fd_softc *, dev_t);
203 int fdsetdisklabel(struct fd_softc *, struct disklabel *);
204 int fdputdisklabel(struct fd_softc *, dev_t);
207 void fdsetpos(struct fd_softc *, int, int);
208 void fdselunit(struct fd_softc *);
209 void fdstart(struct fd_softc *);
210 void fdcont(struct fd_softc *);
211 void fddmastart(struct fd_softc *, int);
213 void fddmadone(struct fd_softc *, int);
214 void fddone(struct fd_softc *);
217 void fdcachetoraw(struct fd_softc *);
218 void amcachetoraw(struct fd_softc *);
219 int amrawtocache(struct fd_softc *);
221 int fdrawtocache(struct fd_softc *);
222 void mscachetoraw(struct fd_softc *);
223 int msrawtocache(struct fd_softc *);
244 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
412 struct fd_softc *sc;
473 struct fd_softc *sc;
548 struct fd_softc *sc;
570 struct fd_softc *sc;
662 struct fd_softc *sc;
707 fdloaddisk(struct fd_softc *sc)
738 fdgetdefaultlabel(struct fd_softc *sc, struct disklabel *lp, int part)
770 fdgetdisklabel(struct fd_softc *sc, dev_t dev)
834 fdsetdisklabel(struct fd_softc *sc, struct disklabel *lp)
895 fdputdisklabel(struct fd_softc *sc, dev_t dev)
993 struct fd_softc *sc;
1068 fdsetpos(struct fd_softc *sc, int trk, int towrite)
1154 fdselunit(struct fd_softc *sc)
1174 fdstart(struct fd_softc *sc)
1303 fdcont(struct fd_softc *sc)
1347 fddmastart(struct fd_softc *sc, int trk)
1420 struct fd_softc *sc;
1453 fddmadone(struct fd_softc *sc, int timeo)
1532 fddone(struct fd_softc *sc)
1601 struct fd_softc *ssc, *sc;
1667 struct fd_softc *sc;
1692 void fdcachetoraw(struct fd_softc *sc)
1706 fdrawtocache(struct fd_softc *sc)
1716 amcachetoraw(struct fd_softc *sc)
1790 amrawtocache(struct fd_softc *sc)
1862 mscachetoraw(struct fd_softc *sc)
1949 msrawtocache(struct fd_softc *sc)