read_toc
if (!read_toc(src->d_fd, 0, 0, 4, toc)) {
if (!read_toc(target->d_fd, 0, 1, 4, toc)) {
if (!read_toc(target->d_fd, 0, 1, toc_size, toc)) {
ret = read_toc(target->d_fd, 1, 0, 12, toc);
if (!read_toc(dev->d_fd, 0, trackno, 20, toc)) {
ret = read_toc(dev->d_fd, 1, trackno, 12, toc);
if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1,
if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1, raw_toc_len, raw_toc)
int read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf);
if (!read_toc(fd, 0, 1, 12, smalltoc)) {
if (toc == NULL || !read_toc(fd, 0, 1, toc_size, toc)) {
boolean_t read_toc(int fd, int format, int trackno, int buflen,