read_table_of_contents
read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_CD_TEXT, buffer,
if (read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_CD_TEXT, buffer,
status_t status = read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_TOC,
status_t read_table_of_contents(int fd, scsi_toc_toc *toc, size_t length);
status_t status = read_table_of_contents(fd, toc, 2048);
status_t status = read_table_of_contents(fDevice, toc, 1024);
error = read_table_of_contents(fd, 1, data, kBlockSize, false);
error = read_table_of_contents(fd, 1, data, kBlockSize, true);
status_t status = read_table_of_contents(fd, toc, sizeof(buffer));