/src/sys/arch/x68k/stand/libsa/ |
fdvar.h | 39 struct fd_softc { struct
|
fdvar.h | 39 struct fd_softc { struct
|
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;
|
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;
|
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;
|
fdvar.h | 57 struct fd_softc { struct 84 TAILQ_ENTRY(fd_softc) sc_drivechain;
|
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;
|
iwm_fdvar.h | 130 struct fd_softc { struct 171 typedef struct fd_softc fd_softc_t;
|
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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
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...] |