Searched defs:cd_toc_entry (Results 1 – 1 of 1) sorted by relevance
23 struct cd_toc_entry { struct24 u_char nothing1;26 u_int control:4;27 u_int addr_type:4;30 u_int addr_type:4;31 u_int control:4;33 u_char track;34 u_char nothing2;35 union msf_lba addr;