Home
last modified time | relevance | path

Searched refs:read_toc_as_per_8020 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dtoshiba.h36 int read_toc_as_per_8020(int fd, int format, int trackno, int buflen,
H A Ddumpinfo.c161 ret = read_toc_as_per_8020(target->d_fd, 1, 0, 12, toc); in info()
H A Dtoshiba.c53 read_toc_as_per_8020(int fd, int format, int trackno, int buflen, uchar_t *buf) in read_toc_as_per_8020() function
H A Dmisc_scsi.c260 ret = read_toc_as_per_8020(dev->d_fd, 1, trackno, 12, toc); in build_track_info()