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.c141 struct cd_toc_entry entries[170];
146 struct cd_toc_entry entry;
1622 sizeof(struct cd_toc_entry); in cddone()
1723 static struct cd_toc_entry *
1739 return ((struct cd_toc_entry *)(uintptr_t)irteup->irte32.data); in te_data_get_ptr()
2064 if (te->data_len < sizeof(struct cd_toc_entry) in cdioctl()
2065 || (te->data_len % sizeof(struct cd_toc_entry)) != 0 in cdioctl()
2113 sizeof(struct cd_toc_entry); in cdioctl()
2116 len = readlen + sizeof(struct cd_toc_entry); in cdioctl()
2131 num = len / sizeof(struct cd_toc_entry); in cdioctl()
[all …]