Searched refs:read_toc (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/cdrw/ |
H A D | dumpinfo.c | 127 if (!read_toc(target->d_fd, 0, 1, 4, toc)) { in info() 136 if (!read_toc(target->d_fd, 0, 1, toc_size, toc)) { in info() 160 ret = read_toc(target->d_fd, 1, 0, 12, toc); in info()
|
H A D | misc_scsi.c | 235 if (!read_toc(dev->d_fd, 0, trackno, 20, toc)) { in build_track_info() 250 ret = read_toc(dev->d_fd, 1, trackno, 12, toc); in build_track_info() 311 if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1, in check_track_size() 321 if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1, raw_toc_len, raw_toc) in check_track_size()
|
H A D | mmc.h | 134 int read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf);
|
H A D | copycd.c | 235 if (!read_toc(src->d_fd, 0, 0, 4, toc)) { in copy_cd()
|
H A D | mmc.c | 175 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) in read_toc() function
|
/titanic_44/usr/src/cmd/hal/utils/ |
H A D | cdutils.h | 58 boolean_t read_toc(int fd, int format, int trackno, int buflen,
|
H A D | cdutils.c | 481 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) in read_toc() function
|
/titanic_44/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 321 if (!read_toc(fd, 0, 1, 12, smalltoc)) { in probe_disc() 327 if (toc == NULL || !read_toc(fd, 0, 1, toc_size, toc)) { in probe_disc()
|