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

/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h56 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
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c317 * data buffer length passed to read_toc() should be the same
320 if (!read_toc(fd, 0, 1, 12, smalltoc)) {
321 HAL_DEBUG(("read_toc failed"));
326 if (toc == NULL || !read_toc(fd, 0, 1, toc_size, toc)) {
327 HAL_DEBUG (("read_toc again failed"));

Completed in 16 milliseconds