ioc_read_toc_single_entry
struct ioc_read_toc_single_entry *te =
(struct ioc_read_toc_single_entry *) addr;
struct ioc_read_toc_single_entry *te =
(struct ioc_read_toc_single_entry *)ap->a_data;
#define CDIOREADTOCENTRY _IOWR('c',6,struct ioc_read_toc_single_entry)
struct ioc_read_toc_single_entry t;
struct ioc_read_toc_single_entry entry;
bzero(&entry, sizeof(struct ioc_read_toc_single_entry));