Searched refs:read_table_of_contents (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.h33 status_t read_table_of_contents(int fd, scsi_toc_toc *toc, size_t length);
H A Dcdda.cpp532 read_table_of_contents(int fd, uint32 track, uint8 format, uint8 *buffer, function
585 read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_CD_TEXT, buffer,
587 if (read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_CD_TEXT, buffer,
663 read_table_of_contents(int fd, scsi_toc_toc *toc, size_t length) function
665 status_t status = read_table_of_contents(fd, 1, SCSI_TOC_FORMAT_TOC,
H A Dkernel_interface.cpp630 status_t status = read_table_of_contents(fDevice, toc, 1024);
1397 status_t status = read_table_of_contents(fd, toc, 2048);
/haiku/src/tests/add-ons/kernel/file_systems/cdda/
H A Dcdda_text.cpp51 status_t status = read_table_of_contents(fd, toc, sizeof(buffer));
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp236 read_table_of_contents(int deviceFD, uint32 first_session, uchar* buffer, function
541 error = read_table_of_contents(fd, 1, data, kBlockSize, false);
545 error = read_table_of_contents(fd, 1, data, kBlockSize, true);

Completed in 46 milliseconds