Lines Matching defs:fd_softc
132 struct fd_softc {
155 * Flags in fd_softc:
205 static void fdstart(struct fd_softc *);
206 static void fddone(struct fd_softc *);
207 static void fdstatus(struct fd_softc *);
208 static void fd_xfer(struct fd_softc *);
209 static void fdcint(struct fd_softc *);
210 static int fd_xfer_ok(struct fd_softc *);
211 static void fdmotoroff(struct fd_softc *);
213 static void fdtestdrv(struct fd_softc *);
214 static void fdgetdefaultlabel(struct fd_softc *, struct disklabel *,
216 static int fdgetdisklabel(struct fd_softc *, dev_t);
219 static void fdmoff(struct fd_softc *);
322 struct fd_softc fdsoftc;
348 struct fd_softc *fdsc =
385 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
398 struct fd_softc *sc;
429 struct fd_softc *sc;
470 struct fd_softc *sc;
569 struct fd_softc *sc;
585 struct fd_softc *sc;
668 fdstatus(struct fd_softc *sc)
686 fdstart(struct fd_softc *sc)
710 fddone(register struct fd_softc *sc)
713 struct fd_softc *sc1;
830 fd_xfer(struct fd_softc *sc)
957 fdcint(struct fd_softc *sc)
1052 fd_xfer_ok(register struct fd_softc *sc)
1150 fdmotoroff(struct fd_softc *sc)
1204 struct fd_softc *sc;
1240 fdmoff(struct fd_softc *fdsoftc)
1262 fdtestdrv(struct fd_softc *fdsoftc)
1291 fdgetdefaultlabel(struct fd_softc *sc, struct disklabel *lp, int part)
1324 fdgetdisklabel(struct fd_softc *sc, dev_t dev)