Searched refs:cd_toc_entry (Results 1 – 6 of 6) sorted by relevance
59 struct cd_toc_entry *tocbuf;78 tocbufsize = (ntracks + 1) * sizeof(struct cd_toc_entry); in getcdtoc()108 tocbuf = malloc(2 * sizeof(struct cd_toc_entry)); in getfaketoc()129 struct cd_toc_entry *track; in main()
21 struct cd_toc_entry { struct193 struct cd_toc_entry *data;202 struct cd_toc_entry entry[100]; /* NB: 8 bytes each */
139 static struct cd_toc_entry toc_buffer[CD_MAX_TRACK + 1];179 static void print_track(struct cd_toc_entry *);661 rv = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry)); in play()1046 rc = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry)); in info()1082 print_track(struct cd_toc_entry *e) in print_track()1255 rc = read_toc_entries((n + 1) * sizeof(struct cd_toc_entry)); in get_status()1478 struct cd_toc_entry *ctep; in toc2msf()1496 struct cd_toc_entry *ctep; in toc2lba()
175 struct cd_toc_entry *, int *);665 struct cd_toc_entry entries[MCD_MAXTOCS]; in mcdioctl()674 count * sizeof(struct cd_toc_entry))); in mcdioctl()1471 struct cd_toc_entry *entries, int *count) in mcd_toc_entries()1479 if (len < sizeof(struct cd_toc_entry)) in mcd_toc_entries()
112 struct cd_toc_entry entries[MAXTRACK+1]; /* One extra for the */1113 struct cd_toc_entry *cte; in cdreadmsaddr() 1116 sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry), in cdreadmsaddr() 1164 struct cd_toc_entry *cte; in do_cdioreadentries() 1779 sizeof(struct cd_toc_entry); in cd_read_toc() 1806 len = (ntracks + 1) * sizeof(struct cd_toc_entry) + in cd_load_toc()
143 struct cd_toc_entry *entry; in linux_ioctl_cdrom()