Lines Matching refs:dvd_struct
154 static int dvd_read_physical(struct cd_softc *, dvd_struct *);
155 static int dvd_read_copyright(struct cd_softc *, dvd_struct *);
156 static int dvd_read_disckey(struct cd_softc *, dvd_struct *);
157 static int dvd_read_bca(struct cd_softc *, dvd_struct *);
158 static int dvd_read_manufact(struct cd_softc *, dvd_struct *);
159 static int dvd_read_struct(struct cd_softc *, dvd_struct *);
1990 dvd_read_physical(struct cd_softc *cd, dvd_struct *s) in dvd_read_physical()
2030 dvd_read_copyright(struct cd_softc *cd, dvd_struct *s) in dvd_read_copyright()
2053 dvd_read_disckey(struct cd_softc *cd, dvd_struct *s) in dvd_read_disckey()
2077 dvd_read_bca(struct cd_softc *cd, dvd_struct *s) in dvd_read_bca()
2101 dvd_read_manufact(struct cd_softc *cd, dvd_struct *s) in dvd_read_manufact()
2129 dvd_read_struct(struct cd_softc *cd, dvd_struct *s) in dvd_read_struct()