sys/scsi/cd.c
1108
cdgetdisklabel(dev_t dev, struct cd_softc *sc, struct disklabel *lp,
sys/scsi/cd.c
115
int cdgetdisklabel(dev_t, struct cd_softc *, struct disklabel *, int);
sys/scsi/cd.c
116
int cd_setchan(struct cd_softc *, int, int, int, int, int);
sys/scsi/cd.c
1160
cd_setchan(struct cd_softc *sc, int p0, int p1, int p2, int p3, int flags)
sys/scsi/cd.c
117
int cd_getvol(struct cd_softc *cd, struct ioc_vol *, int);
sys/scsi/cd.c
118
int cd_setvol(struct cd_softc *, const struct ioc_vol *, int);
sys/scsi/cd.c
119
int cd_load_unload(struct cd_softc *, int, int);
sys/scsi/cd.c
1193
cd_getvol(struct cd_softc *sc, struct ioc_vol *arg, int flags)
sys/scsi/cd.c
120
int cd_set_pa_immed(struct cd_softc *, int);
sys/scsi/cd.c
121
int cd_play(struct cd_softc *, int, int);
sys/scsi/cd.c
122
int cd_play_tracks(struct cd_softc *, int, int, int, int);
sys/scsi/cd.c
1220
cd_setvol(struct cd_softc *sc, const struct ioc_vol *arg, int flags)
sys/scsi/cd.c
123
int cd_play_msf(struct cd_softc *, int, int, int, int, int, int);
sys/scsi/cd.c
124
int cd_pause(struct cd_softc *, int);
sys/scsi/cd.c
125
int cd_reset(struct cd_softc *);
sys/scsi/cd.c
126
int cd_read_subchannel(struct cd_softc *, int, int, int,
sys/scsi/cd.c
1272
cd_load_unload(struct cd_softc *sc, int options, int slot)
sys/scsi/cd.c
128
int cd_read_toc(struct cd_softc *, int, int, void *, int, int);
sys/scsi/cd.c
129
int cd_get_parms(struct cd_softc *, int);
sys/scsi/cd.c
1296
cd_set_pa_immed(struct cd_softc *sc, int flags)
sys/scsi/cd.c
130
int cd_load_toc(struct cd_softc *, struct cd_toc *, int);
sys/scsi/cd.c
1337
cd_play(struct cd_softc *sc, int secno, int nsecs)
sys/scsi/cd.c
134
int dvd_auth(struct cd_softc *, union dvd_authinfo *);
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
1364
cd_play_tracks(struct cd_softc *sc, int strack, int sindex, int etrack,
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
1423
cd_play_msf(struct cd_softc *sc, int startm, int starts, int startf, int endm,
sys/scsi/cd.c
1455
cd_pause(struct cd_softc *sc, int go)
sys/scsi/cd.c
147
sizeof(struct cd_softc), cdmatch, cdattach,
sys/scsi/cd.c
1481
cd_reset(struct cd_softc *sc)
sys/scsi/cd.c
1502
cd_read_subchannel(struct cd_softc *sc, int mode, int format, int track,
sys/scsi/cd.c
1536
cd_read_toc(struct cd_softc *sc, int mode, int start, void *data, int len,
sys/scsi/cd.c
1570
cd_load_toc(struct cd_softc *sc, struct cd_toc *toc, int fmt)
sys/scsi/cd.c
1594
cd_get_parms(struct cd_softc *sc, int flags)
sys/scsi/cd.c
1635
dvd_auth(struct cd_softc *sc, union dvd_authinfo *a)
sys/scsi/cd.c
172
#define cdlookup(unit) (struct cd_softc *)disk_lookup(&cd_cd, (unit))
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
194
struct cd_softc *sc = (struct cd_softc *)self;
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/scsi/cd.c
2177
struct cd_softc *sc;
sys/scsi/cd.c
228
struct cd_softc *sc = (struct cd_softc *)self;
sys/scsi/cd.c
253
struct cd_softc *sc = (struct cd_softc *)self;
sys/scsi/cd.c
273
struct cd_softc *sc;
sys/scsi/cd.c
388
struct cd_softc *sc;
sys/scsi/cd.c
434
struct cd_softc *sc;
sys/scsi/cd.c
544
struct cd_softc *sc = link->device_softc;
sys/scsi/cd.c
605
struct cd_softc *sc = xs->sc_link->device_softc;
sys/scsi/cd.c
665
struct cd_softc *sc;
sys/scsi/cd.c
719
struct cd_softc *sc;