HomeSort by relevance Sort by last modified time
    Searched full:toclen (Results 1 - 1 of 1) sorted by null

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

Completed in 35 milliseconds