sys/scsi/cd.c
1083
error = dvd_read_struct(sc, (union dvd_struct *)addr);
sys/scsi/cd.c
135
int dvd_read_physical(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
136
int dvd_read_copyright(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
137
int dvd_read_disckey(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
138
int dvd_read_bca(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
139
int dvd_read_manufact(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
140
int dvd_read_struct(struct cd_softc *, union dvd_struct *);
sys/scsi/cd.c
1819
dvd_read_physical(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1877
dvd_read_copyright(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1918
dvd_read_disckey(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1958
dvd_read_bca(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
1999
dvd_read_manufact(struct cd_softc *sc, union dvd_struct *s)
sys/scsi/cd.c
2041
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)