sys/dev/scsipi/cd.c
1025
struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(bp->b_dev));
sys/dev/scsipi/cd.c
1111
cdreadmsaddr(struct cd_softc *cd, struct cd_formatted_toc *toc, int *addr)
sys/dev/scsipi/cd.c
1161
do_cdioreadentries(struct cd_softc *cd, struct ioc_read_toc_entry *te,
sys/dev/scsipi/cd.c
1207
struct cd_softc *cd = device_lookup_private(&cd_cd, CDUNIT(dev));
sys/dev/scsipi/cd.c
137
static u_long cd_size(struct cd_softc *, int);
sys/dev/scsipi/cd.c
138
static int cd_play(struct cd_softc *, int, int);
sys/dev/scsipi/cd.c
139
static int cd_play_tracks(struct cd_softc *, struct cd_formatted_toc *,
sys/dev/scsipi/cd.c
141
static int cd_play_msf(struct cd_softc *, int, int, int, int, int, int);
sys/dev/scsipi/cd.c
142
static int cd_pause(struct cd_softc *, int);
sys/dev/scsipi/cd.c
143
static int cd_reset(struct cd_softc *);
sys/dev/scsipi/cd.c
144
static int cd_read_subchannel(struct cd_softc *, int, int, int,
sys/dev/scsipi/cd.c
146
static int cd_read_toc(struct cd_softc *, int, int, int,
sys/dev/scsipi/cd.c
1466
struct cd_softc *cd = device_private(self);
sys/dev/scsipi/cd.c
148
static int cd_get_parms(struct cd_softc *, int);
sys/dev/scsipi/cd.c
149
static int cd_load_toc(struct cd_softc *, int, struct cd_formatted_toc *, int);
sys/dev/scsipi/cd.c
150
static int cdreadmsaddr(struct cd_softc *, struct cd_formatted_toc *,int *);
sys/dev/scsipi/cd.c
153
static int dvd_auth(struct cd_softc *, dvd_authinfo *);
sys/dev/scsipi/cd.c
154
static int dvd_read_physical(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
155
static int dvd_read_copyright(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
156
static int dvd_read_disckey(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
157
static int dvd_read_bca(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
158
static int dvd_read_manufact(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
159
static int dvd_read_struct(struct cd_softc *, dvd_struct *);
sys/dev/scsipi/cd.c
1602
cd_size(struct cd_softc *cd, int flags)
sys/dev/scsipi/cd.c
161
static int cd_mode_sense(struct cd_softc *, u_int8_t, void *, size_t, int,
sys/dev/scsipi/cd.c
163
static int cd_mode_select(struct cd_softc *, u_int8_t, void *, size_t,
sys/dev/scsipi/cd.c
1647
cd_play(struct cd_softc *cd, int blkno, int nblks)
sys/dev/scsipi/cd.c
165
static int cd_setchan(struct cd_softc *, int, int, int, int, int);
sys/dev/scsipi/cd.c
166
static int cd_getvol(struct cd_softc *, struct ioc_vol *, int);
sys/dev/scsipi/cd.c
1664
cd_play_tracks(struct cd_softc *cd, struct cd_formatted_toc *toc, int strack,
sys/dev/scsipi/cd.c
167
static int cd_setvol(struct cd_softc *, const struct ioc_vol *, int);
sys/dev/scsipi/cd.c
168
static int cd_set_pa_immed(struct cd_softc *, int);
sys/dev/scsipi/cd.c
169
static int cd_load_unload(struct cd_softc *, struct ioc_load_unload *);
sys/dev/scsipi/cd.c
1698
cd_play_msf(struct cd_softc *cd, int startm, int starts, int startf, int endm,
sys/dev/scsipi/cd.c
170
static int cd_setblksize(struct cd_softc *);
sys/dev/scsipi/cd.c
1720
cd_pause(struct cd_softc *cd, int go)
sys/dev/scsipi/cd.c
1736
cd_reset(struct cd_softc *cd)
sys/dev/scsipi/cd.c
1747
cd_read_subchannel(struct cd_softc *cd, int mode, int format, int track,
sys/dev/scsipi/cd.c
1771
cd_read_toc(struct cd_softc *cd, int respf, int mode, int start,
sys/dev/scsipi/cd.c
1799
cd_load_toc(struct cd_softc *cd, int respf, struct cd_formatted_toc *toc, int flags)
sys/dev/scsipi/cd.c
181
static void cd_set_geometry(struct cd_softc *);
sys/dev/scsipi/cd.c
1821
cd_get_parms(struct cd_softc *cd, int flags)
sys/dev/scsipi/cd.c
183
CFATTACH_DECL3_NEW(cd, sizeof(struct cd_softc), cdmatch, cdattach, cddetach,
sys/dev/scsipi/cd.c
1853
dvd_auth(struct cd_softc *cd, dvd_authinfo *a)
sys/dev/scsipi/cd.c
1992
dvd_read_physical(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2032
dvd_read_copyright(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2055
dvd_read_disckey(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2079
dvd_read_bca(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2103
dvd_read_manufact(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2131
dvd_read_struct(struct cd_softc *cd, dvd_struct *s)
sys/dev/scsipi/cd.c
2151
cd_mode_sense(struct cd_softc *cd, u_int8_t byte2, void *sense, size_t size,
sys/dev/scsipi/cd.c
2169
cd_mode_select(struct cd_softc *cd, u_int8_t byte2, void *sense, size_t size,
sys/dev/scsipi/cd.c
2191
cd_set_pa_immed(struct cd_softc *cd, int flags)
sys/dev/scsipi/cd.c
2238
cd_setchan(struct cd_softc *cd, int p0, int p1, int p2, int p3, int flags)
sys/dev/scsipi/cd.c
2283
cd_getvol(struct cd_softc *cd, struct ioc_vol *arg, int flags)
sys/dev/scsipi/cd.c
2326
cd_setvol(struct cd_softc *cd, const struct ioc_vol *arg, int flags)
sys/dev/scsipi/cd.c
2384
cd_load_unload(struct cd_softc *cd, struct ioc_load_unload *args)
sys/dev/scsipi/cd.c
2398
cd_setblksize(struct cd_softc *cd)
sys/dev/scsipi/cd.c
274
struct cd_softc *cd = device_private(self);
sys/dev/scsipi/cd.c
338
struct cd_softc *cd = device_private(self);
sys/dev/scsipi/cd.c
3629
cd_set_geometry(struct cd_softc *cd)
sys/dev/scsipi/cd.c
389
struct cd_softc *cd = device_private(self);
sys/dev/scsipi/cd.c
483
struct cd_softc *cd;
sys/dev/scsipi/cd.c
525
struct cd_softc *cd = device_private(self);
sys/dev/scsipi/cd.c
560
struct cd_softc *cd;
sys/dev/scsipi/cd.c
608
cd_make_bounce_buffer(struct cd_softc *cd, struct buf *bp, daddr_t blkno, int count, struct buf **nbpp, void *priv)
sys/dev/scsipi/cd.c
646
cd_make_bounce(struct cd_softc *cd, struct buf *bp, struct cdbounce **bouncep)
sys/dev/scsipi/cd.c
713
struct cd_softc *cd = device_lookup_private(&cd_cd,CDUNIT(bp->b_dev));
sys/dev/scsipi/cd.c
768
struct cd_softc *cd = device_private(dev);
sys/dev/scsipi/cd.c
885
struct cd_softc *cd = v;
sys/dev/scsipi/cd.c
900
struct cd_softc *cd = device_private(periph->periph_dev);
sys/dev/scsipi/cd.c
922
struct cd_softc *cd = device_private(xs->xs_periph->periph_dev);