Lines Matching refs:fd_softc
132 struct fd_softc { struct
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; in fdcattach()
348 struct fd_softc *fdsc = in fdcattach()
385 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
398 struct fd_softc *sc; in fdattach()
429 struct fd_softc *sc; in fdioctl()
470 struct fd_softc *sc; in fdopen()
569 struct fd_softc *sc; in fdclose()
585 struct fd_softc *sc; in fdstrategy()
668 fdstatus(struct fd_softc *sc) in fdstatus()
686 fdstart(struct fd_softc *sc) in fdstart()
710 fddone(register struct fd_softc *sc) in fddone()
713 struct fd_softc *sc1; in fddone()
830 fd_xfer(struct fd_softc *sc) in fd_xfer()
957 fdcint(struct fd_softc *sc) in fdcint()
1052 fd_xfer_ok(register struct fd_softc *sc) in fd_xfer_ok()
1150 fdmotoroff(struct fd_softc *sc) in fdmotoroff()
1204 struct fd_softc *sc; in fdminphys()
1240 fdmoff(struct fd_softc *fdsoftc) in fdmoff()
1262 fdtestdrv(struct fd_softc *fdsoftc) in fdtestdrv()
1291 fdgetdefaultlabel(struct fd_softc *sc, struct disklabel *lp, int part) in fdgetdefaultlabel()
1324 fdgetdisklabel(struct fd_softc *sc, dev_t dev) in fdgetdisklabel()