Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcdio.h43 struct cd_toc_entry { struct
153 struct cd_toc_entry *data;
160 struct cd_toc_entry entry;
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c204 struct cd_toc_entry toc_buffer[100]; in get_ssector()
222 t.data_len = ntocentries * sizeof(struct cd_toc_entry); in get_ssector()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c120 static struct cd_toc_entry toc_buffer[100];
139 static void prtrack(struct cd_toc_entry *e, int lastflag);
483 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in play()
925 rc = read_toc_entrys ((ntr + 1) * sizeof (struct cd_toc_entry)); in dbprog_discid()
977 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in info()
1013 prtrack(struct cd_toc_entry *e, int lastflag) in prtrack()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c139 struct cd_toc_entry entries[170];
144 struct cd_toc_entry entry;
1613 sizeof(struct cd_toc_entry); in cddone()
1714 static struct cd_toc_entry *
1730 return ((struct cd_toc_entry *)(uintptr_t)irteup->irte32.data); in te_data_get_ptr()
2055 if (te->data_len < sizeof(struct cd_toc_entry) in cdioctl()
2056 || (te->data_len % sizeof(struct cd_toc_entry)) != 0 in cdioctl()
2104 sizeof(struct cd_toc_entry); in cdioctl()
2107 len = readlen + sizeof(struct cd_toc_entry); in cdioctl()
2122 num = len / sizeof(struct cd_toc_entry); in cdioctl()
[all …]