Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cdrw/
H A Dtoshiba.h38 int read_toc_as_per_8020(int fd, int format, int trackno, int buflen,
H A Ddumpinfo.c163 ret = read_toc_as_per_8020(target->d_fd, 1, 0, 12, toc); in info()
H A Dtoshiba.c55 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()