sys/scsi/cd.c
1086
error = dvd_read_struct(sc, (union dvd_struct *)addr);
sys/scsi/cd.c
138
int dvd_read_physical(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
139
int dvd_read_copyright(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
140
int dvd_read_disckey(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
141
int dvd_read_bca(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
142
int dvd_read_manufact(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
143
int dvd_read_struct(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
1822
dvd_read_physical(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1880
dvd_read_copyright(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1921
dvd_read_disckey(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1961
dvd_read_bca(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
2002
dvd_read_manufact(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
2044
dvd_read_struct(struct cd_softc *sc, union dvd_struct *s)
sys/sys/cdio.h
244
#define DVD_READ_STRUCT _IOWR('d', 0, union dvd_struct)
sys/sys/cdio.h
245
#define DVD_WRITE_STRUCT _IOWR('d', 1, union dvd_struct)