sys/dev/scsipi/cd.c
1111
cdreadmsaddr(struct cd_softc *cd, struct cd_formatted_toc *toc, int *addr)
sys/dev/scsipi/cd.c
1162
struct cd_formatted_toc *toc)
sys/dev/scsipi/cd.c
1210
struct cd_formatted_toc toc;
sys/dev/scsipi/cd.c
139
static int cd_play_tracks(struct cd_softc *, struct cd_formatted_toc *,
sys/dev/scsipi/cd.c
1468
struct cd_formatted_toc toc;
sys/dev/scsipi/cd.c
147
struct cd_formatted_toc *, int, int, 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
1664
cd_play_tracks(struct cd_softc *cd, struct cd_formatted_toc *toc, int strack,
sys/dev/scsipi/cd.c
1772
struct cd_formatted_toc *toc, int len, int flags, int control)
sys/dev/scsipi/cd.c
1799
cd_load_toc(struct cd_softc *cd, int respf, struct cd_formatted_toc *toc, int flags)