Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/cdio/
H A Dextern.h32 struct cd_toc_entry;
74 extern unsigned long entry2time(struct cd_toc_entry *);
75 extern unsigned long entry2frames(struct cd_toc_entry *);
77 extern char ** cddb(const char *, int, struct cd_toc_entry *, char *);
78 extern unsigned long cddb_discid(int, struct cd_toc_entry *);
H A Dcddb.c42 void send_query(FILE *, int, struct cd_toc_entry *);
48 void verify_track_names(char **, int, struct cd_toc_entry *);
64 cddb_discid(int n, struct cd_toc_entry *e) in cddb_discid()
89 send_query(FILE *f, int n, struct cd_toc_entry *e) in send_query()
234 verify_track_names(char **names, int n, struct cd_toc_entry *e) in verify_track_names()
245 cddb(const char *host_port, int n, struct cd_toc_entry *e, char *arg) in cddb()
H A Dcdio.c150 struct cd_toc_entry *toc_buffer;
187 void prtrack(struct cd_toc_entry *e, int lastflag, char *name);
705 rc = read_toc_entrys((n + 1) * sizeof (struct cd_toc_entry)); in play()
1196 rc = read_toc_entrys((n + 1) * sizeof (struct cd_toc_entry)); in cdid()
1232 rc = read_toc_entrys((n + 1) * sizeof (struct cd_toc_entry)); in info()
1263 rc = read_toc_entrys((n + 1) * sizeof (struct cd_toc_entry)); in cddbinfo()
1304 entry2time(struct cd_toc_entry *e) in entry2time()
1319 entry2frames(struct cd_toc_entry *e) in entry2frames()
1335 prtrack(struct cd_toc_entry *e, int lastflag, char *name) in prtrack()
1712 struct cd_toc_entry *ctep; in toc2msf()
H A Drip.c48 extern struct cd_toc_entry *toc_buffer;
611 rc = read_toc_entrys((n + 1) * sizeof(struct cd_toc_entry)); in rip_tracks()
/openbsd-src/sbin/mount_udf/
H A Dmount_udf.c56 struct cd_toc_entry te; in lastblock()
64 t.data_len = sizeof(struct cd_toc_entry); in lastblock()
/openbsd-src/sys/sys/
H A Dcdio.h23 struct cd_toc_entry { struct
187 struct cd_toc_entry *data;
/openbsd-src/sys/scsi/
H A Dcd.c88 struct cd_toc_entry entries[MAXTRACK+1]; /* One extra for the */
892 struct cd_toc_entry *cte; in cdioctl()
901 len < sizeof(struct cd_toc_entry)) { in cdioctl()
941 struct cd_toc_entry *cte; in cdioctl()
951 sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry), in cdioctl()
1584 len = n * sizeof(struct cd_toc_entry) + sizeof(toc->header); in cd_load_toc()