Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dcdrom.c85 int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num) in cdrom_read_toc_raw() function
/openbmc/qemu/include/hw/scsi/
H A Dscsi.h106 int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num);
/openbmc/qemu/hw/ide/
H A Datapi.c1137 len = cdrom_read_toc_raw(total_sectors, buf, msf, start_track); in cmd_read_toc_pma_atip()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c1421 toclen = cdrom_read_toc_raw(nb_sectors, outbuf, msf, start_track); in scsi_disk_emulate_read_toc()