Home
last modified time | relevance | path

Searched defs:cd_toc_entry (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/sys/
Dcdio.h23 struct cd_toc_entry { struct
24 u_char nothing1;
26 u_char control:4;
27 u_char addr_type:4;
30 u_char addr_type:4;
31 u_char control:4;
33 u_char track;
34 u_char nothing2;
35 union msf_lba addr;