Home
last modified time | relevance | path

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

/external/qemu/hw/
Dscsi-disk.c803 int start_track, format, msf, toclen; in scsi_send_command() local
813 toclen = cdrom_read_toc(nb_sectors, outbuf, msf, start_track); in scsi_send_command()
817 toclen = 12; in scsi_send_command()
824 toclen = cdrom_read_toc_raw(nb_sectors, outbuf, msf, start_track); in scsi_send_command()
829 if (toclen > 0) { in scsi_send_command()
830 if (len > toclen) in scsi_send_command()
831 len = toclen; in scsi_send_command()