Searched refs:read_toc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/scd/
H A Dscd.c118 static int read_toc(struct scd_softc *);
208 while (loop_count-- > 0 && (rc = read_toc(sc)) != 0) {
429 if (!(sc->data.flags & SCDTOC) && (rc = read_toc(sc)) != 0) {
433 rc = read_toc(sc);
1096 read_toc(struct scd_softc *sc) function
1335 if (!(sc->data.flags & SCDTOC) && (rc = read_toc(sc)) != 0) {
1353 if (!(sc->data.flags & SCDTOC) && (rc = read_toc(sc)) != 0) {
1398 if (!(sc->data.flags & SCDTOC) && (rc = read_toc(sc)) != 0) {
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c118 static uint8_t read_toc[0xA] = {0x43, 0x02, 0, 0, 0, 0xAA, 0, 0x0C}; variable
658 if (do_msc_cmd(read_toc, sizeof(read_toc),
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c531 read_toc(struct archive_read *a) function
685 r = read_toc(a);

Completed in 111 milliseconds