Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcdio.h21 struct cd_toc_entry { struct
22 u_char nothing1;
24 uint32_t control:4;
25 uint32_t addr_type:4;
28 uint32_t addr_type:4;
29 uint32_t control:4;
31 u_char track;
32 u_char nothing2;
33 union msf_lba addr;