Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dcdio.h45 struct cd_toc_entry { struct
160 struct cd_toc_entry *data;
168 struct cd_toc_entry entry;
/freebsd-12.1/sbin/mount_cd9660/
H A Dmount_cd9660.c202 struct cd_toc_entry toc_buffer[100]; in get_ssector()
220 t.data_len = ntocentries * sizeof(struct cd_toc_entry); in get_ssector()
/freebsd-12.1/usr.sbin/cdcontrol/
H A Dcdcontrol.c122 static struct cd_toc_entry toc_buffer[100];
141 static void prtrack(struct cd_toc_entry *e, int lastflag);
485 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in play()
927 rc = read_toc_entrys ((ntr + 1) * sizeof (struct cd_toc_entry)); in dbprog_discid()
979 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in info()
1015 prtrack(struct cd_toc_entry *e, int lastflag) in prtrack()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_cd.c133 struct cd_toc_entry entries[100];
138 struct cd_toc_entry entry;
1288 static struct cd_toc_entry *
1304 return ((struct cd_toc_entry *)(uintptr_t)irteup->irte32.data); in te_data_get_ptr()
1635 if (te->data_len < sizeof(struct cd_toc_entry) in cdioctl()
1636 || (te->data_len % sizeof(struct cd_toc_entry)) != 0 in cdioctl()
1684 sizeof(struct cd_toc_entry); in cdioctl()
1687 len = readlen + sizeof(struct cd_toc_entry); in cdioctl()
1702 num = len / sizeof(struct cd_toc_entry); in cdioctl()
1818 sizeof(struct cd_toc_entry)); in cdioctl()
[all …]