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 Dscsi-mmc.h155 } cdrom_full_table_of_contents_entry; typedef in typeref:struct:__anon13
H A DDisc.cpp186 cdrom_full_table_of_contents_entry* entries
187 = (cdrom_full_table_of_contents_entry*)(data + 4);
203 int count = (headerLength - 2) / sizeof(cdrom_full_table_of_contents_entry);
551 cdrom_full_table_of_contents_entry* entries;
555 entries = (cdrom_full_table_of_contents_entry*)(data + 4);
559 / sizeof(cdrom_full_table_of_contents_entry);
711 Disc::_AdjustForYellowBook(cdrom_full_table_of_contents_entry entries[],
797 Disc::_ParseTableOfContents(cdrom_full_table_of_contents_entry entries[],

Completed in 40 milliseconds