HomeSort by: relevance | last modified time | path
    Searched defs:cd_read_toc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
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,
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,

Completed in 25 milliseconds