OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 36 milliseconds