Home
last modified time | relevance | path

Searched refs:cdrom_full_table_of_contents_entry (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h49 cdrom_full_table_of_contents_entry
53 cdrom_full_table_of_contents_entry
H A DDisc.cpp186 cdrom_full_table_of_contents_entry* entries in dump_full_table_of_contents()
187 = (cdrom_full_table_of_contents_entry*)(data + 4); in dump_full_table_of_contents()
203 int count = (headerLength - 2) / sizeof(cdrom_full_table_of_contents_entry); in dump_full_table_of_contents()
551 cdrom_full_table_of_contents_entry* entries; in Disc()
555 entries = (cdrom_full_table_of_contents_entry*)(data + 4); in Disc()
559 / sizeof(cdrom_full_table_of_contents_entry); in Disc()
711 Disc::_AdjustForYellowBook(cdrom_full_table_of_contents_entry entries[], in _AdjustForYellowBook()
797 Disc::_ParseTableOfContents(cdrom_full_table_of_contents_entry entries[], in _ParseTableOfContents()
H A Dscsi-mmc.h155 } cdrom_full_table_of_contents_entry; typedef