Lines Matching defs:gdrom_softc
72 struct gdrom_softc {
103 static int gdrom_command_sense(struct gdrom_softc *, void *, void *,
106 static int gdrom_read_toc(struct gdrom_softc *, struct gd_toc *);
107 static int gdrom_read_sectors(struct gdrom_softc *, struct buf *);
108 static int gdrom_mount_disk(struct gdrom_softc *);
150 CFATTACH_DECL_NEW(gdrom, sizeof(struct gdrom_softc),
178 int gdrom_command_sense(struct gdrom_softc *sc, void *req, void *buf,
232 int gdrom_read_toc(struct gdrom_softc *sc, struct gd_toc *toc)
257 int gdrom_read_sectors(struct gdrom_softc *sc, struct buf *bp)
299 int gdrom_mount_disk(struct gdrom_softc *sc)
347 struct gdrom_softc *sc;
376 struct gdrom_softc *sc;
420 struct gdrom_softc *sc;
436 struct gdrom_softc *sc;
470 struct gdrom_softc *sc = device_private(periph->periph_dev);
518 struct gdrom_softc *sc;