HomeSort by: relevance | last modified time | path
    Searched defs:fd_softc (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/x68k/stand/libsa/
fdvar.h 39 struct fd_softc { struct
  /src/sys/arch/mipsco/obio/
i82072.c 81 struct fd_softc { struct
91 static void fd_reset (struct fd_softc *);
93 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
107 struct fd_softc *sc = device_private(self);
128 fd_reset(struct fd_softc *sc)
152 struct fd_softc *sc = arg;
  /src/sys/dev/isa/
fdvar.h 57 struct fd_softc { struct
84 TAILQ_ENTRY(fd_softc) sc_drivechain;
  /src/sys/arch/mac68k/obio/
iwm_fdvar.h 130 struct fd_softc { struct
171 typedef struct fd_softc fd_softc_t;
  /src/sys/arch/arc/jazz/
fd.c 145 struct fd_softc { struct
170 TAILQ_ENTRY(fd_softc) sc_drivechain;
180 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc), fdprobe, fdattach, NULL, NULL);
215 static void fdstart(struct fd_softc *);
234 static void fdfinish(struct fd_softc *, struct buf *);
235 static const struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
337 struct fd_softc *fd = device_private(self);
378 struct fd_softc *fd;
424 fd_dev_to_type(struct fd_softc *fd, dev_t dev)
436 struct fd_softc *fd = device_lookup_private(&fd_cd, FDUNIT(bp->b_dev))
    [all...]
  /src/sys/arch/atari/dev/
hdfd.c 196 struct fd_softc *sc_fd[4]; /* pointers to children */
197 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
248 struct fd_softc { struct
275 TAILQ_ENTRY(fd_softc) sc_drivechain;
285 CFATTACH_DECL_NEW(hdfd, sizeof(struct fd_softc),
314 void fdstart(struct fd_softc *);
332 void fdfinish(struct fd_softc *, struct buf *);
335 static void fdgetdisklabel(struct fd_softc *, dev_t);
336 static void fdgetdefaultlabel(struct fd_softc *, struct disklabel *, int);
338 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t)
    [all...]
fd.c 132 struct fd_softc { struct
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 *);
    [all...]
  /src/sys/arch/acorn32/mainbus/
fd.c 168 struct fd_softc *sc_fd[4]; /* pointers to children */
169 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
217 struct fd_softc { struct
244 TAILQ_ENTRY(fd_softc) sc_drivechain;
257 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
295 void fdgetdisklabel(struct fd_softc *);
296 int fd_get_parms(struct fd_softc *);
297 void fdstart(struct fd_softc *);
315 void fdfinish(struct fd_softc *fd, struct buf *bp);
316 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t)
    [all...]
  /src/sys/arch/sparc64/dev/
fdc.c 196 struct fd_softc *sc_fd[4]; /* pointers to children */
197 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
260 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
293 struct fd_softc { struct
317 TAILQ_ENTRY(fd_softc) sc_drivechain;
329 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
368 int fd_get_parms(struct fd_softc *);
370 void fdstart(struct fd_softc *);
394 void fdfinish(struct fd_softc *, struct buf *);
396 void fd_do_eject(struct fd_softc *);
    [all...]
  /src/sys/arch/amiga/dev/
fd.c 146 struct fd_softc { struct
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 *);
    [all...]
  /src/sys/arch/sparc/dev/
fd.c 183 struct fd_softc *sc_fd[4]; /* pointers to children */
184 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
228 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
261 struct fd_softc { struct
285 TAILQ_ENTRY(fd_softc) sc_drivechain;
297 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
336 int fd_get_parms(struct fd_softc *);
337 void fdstart(struct fd_softc *);
361 void fdfinish(struct fd_softc *, struct buf *);
363 void fd_do_eject(struct fd_softc *);
    [all...]
  /src/sys/arch/x68k/dev/
fd.c 156 struct fd_softc *sc_fd[4]; /* pointers to children */
157 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
217 struct fd_softc { struct
246 TAILQ_ENTRY(fd_softc) sc_drivechain;
263 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
299 static void fdstart(struct fd_softc *);
319 static void fdfinish(struct fd_softc *, struct buf *);
320 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
323 static int fdgetdisklabel(struct fd_softc *, dev_t);
629 struct fd_softc *fd = device_private(self)
    [all...]
  /src/sys/arch/sun3/dev/
fd.c 161 struct fd_softc *sc_fd[4]; /* pointers to children */
162 TAILQ_HEAD(drivehead, fd_softc) sc_drives;
194 static struct fd_type *fd_dev_to_type(struct fd_softc *, dev_t);
237 struct fd_softc { struct
261 TAILQ_ENTRY(fd_softc) sc_drivechain;
271 CFATTACH_DECL_NEW(fd, sizeof(struct fd_softc),
309 static void fdstart(struct fd_softc *);
330 static void fdfinish(struct fd_softc *, struct buf *);
566 struct fd_softc *fd = device_private(self);
639 struct fd_softc *fd
    [all...]

Completed in 21 milliseconds