cd.c | 146 static int cd_read_toc(struct cd_softc *, int, int, int, 1115 error = cd_read_toc(cd, CD_TOC_FORM, 0, 0, toc, 1174 error = cd_read_toc(cd, CD_TOC_FORM, te->address_format, 1285 if ((error = cd_read_toc(cd, CD_TOC_FORM, 0, 0, 1769 cd_read_toc(struct cd_softc *cd, int respf, int mode, int start, function in typeref:typename:int 1801 if ((error = cd_read_toc(cd, respf, 0, 0, toc, sizeof(toc->header), 1808 if ((error = cd_read_toc(cd, respf, CD_MSF_FORMAT, 0, toc, len,
|