Searched refs:cd_read_toc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/scsipi/ |
| D | 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, in cdreadmsaddr() 1174 error = cd_read_toc(cd, CD_TOC_FORM, te->address_format, in do_cdioreadentries() 1285 if ((error = cd_read_toc(cd, CD_TOC_FORM, 0, 0, in cdioctl() 1769 cd_read_toc(struct cd_softc *cd, int respf, int mode, int start, in cd_read_toc() function 1801 if ((error = cd_read_toc(cd, respf, 0, 0, toc, sizeof(toc->header), in cd_load_toc() 1808 if ((error = cd_read_toc(cd, respf, CD_MSF_FORMAT, 0, toc, len, in cd_load_toc()
|