Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dcdrom.c41 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track) in cdrom_read_toc() function
/openbmc/qemu/include/hw/scsi/
H A Dscsi.h110 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track);
/openbmc/qemu/hw/ide/
H A Datapi.c1124 len = cdrom_read_toc(total_sectors, buf, msf, start_track); in cmd_read_toc_pma_atip()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c1471 toclen = cdrom_read_toc(nb_sectors, outbuf, msf, start_track); in scsi_disk_emulate_read_toc()