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

/illumos-gate/usr/src/cmd/cdrw/
H A Ddumpinfo.c127 if (!read_toc(target->d_fd, 0, 1, 4, toc)) {
136 if (!read_toc(target->d_fd, 0, 1, toc_size, toc)) {
160 ret = read_toc(target->d_fd, 1, 0, 12, toc);
H A Dmisc_scsi.c235 if (!read_toc(dev->d_fd, 0, trackno, 20, toc)) {
250 ret = read_toc(dev->d_fd, 1, trackno, 12, toc);
311 if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1,
321 if (read_toc(dev->d_fd, FORMAT_RAW_TOC, 1, raw_toc_len, raw_toc)
H A Dmmc.h134 int read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf);
H A Dcopycd.c235 if (!read_toc(src->d_fd, 0, 0, 4, toc)) {
H A Dmmc.c175 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) function
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h58 boolean_t read_toc(int fd, int format, int trackno, int buflen,
H A Dcdutils.c481 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) function
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c318 * data buffer length passed to read_toc() should be the same
321 if (!read_toc(fd, 0, 1, 12, smalltoc)) {
322 HAL_DEBUG(("read_toc failed"));
327 if (toc == NULL || !read_toc(fd, 0, 1, toc_size, toc)) {
328 HAL_DEBUG (("read_toc again failed"));

Completed in 67 milliseconds