Searched refs:cd_toc_entry (Results 1 – 8 of 8) sorted by relevance
45 struct cd_toc_entry { struct160 struct cd_toc_entry *data;168 struct cd_toc_entry entry;
199 struct cd_toc_entry toc_buffer[100]; in get_ssector()217 t.data_len = ntocentries * sizeof(struct cd_toc_entry); in get_ssector()
122 struct cd_toc_entry toc_buffer[100];142 void prtrack(struct cd_toc_entry *e, int lastflag);480 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in play()919 rc = read_toc_entrys ((ntr + 1) * sizeof (struct cd_toc_entry)); in dbprog_discid()969 rc = read_toc_entrys ((n + 1) * sizeof (struct cd_toc_entry)); in info()1002 void prtrack (struct cd_toc_entry *e, int lastflag) in prtrack()
1334 struct cd_toc_entry toc_entry; in scd_toc_entrys()1352 if (len < sizeof(struct cd_toc_entry) in scd_toc_entrys()1353 || (len % sizeof(struct cd_toc_entry)) != 0) in scd_toc_entrys()1368 if (copyout(&toc_entry, te->data, sizeof(struct cd_toc_entry)) != 0) in scd_toc_entrys()1378 struct cd_toc_entry toc_entry; in scd_toc_entry()1407 bcopy(&toc_entry, &te->entry, sizeof(struct cd_toc_entry)); in scd_toc_entry()
33 struct cd_toc_entry tab[MAXTRK + 1];
331 struct cd_toc_entry *entry; in acd_geom_ioctl()382 struct cd_toc_entry *entry; in acd_geom_ioctl()394 &te->entry, sizeof(struct cd_toc_entry)); in acd_geom_ioctl()950 len = sizeof(struct ioc_toc_header) + sizeof(struct cd_toc_entry); in acd_read_toc()965 len = sizeof(struct ioc_toc_header)+(ntracks+1)*sizeof(struct cd_toc_entry); in acd_read_toc()
141 struct cd_toc_entry entries[100];146 struct cd_toc_entry entry;2302 if (te->data_len < sizeof(struct cd_toc_entry) in cdioctl()2303 || (te->data_len % sizeof(struct cd_toc_entry)) != 0 in cdioctl()2351 sizeof(struct cd_toc_entry); in cdioctl()2354 len = readlen + sizeof(struct cd_toc_entry); in cdioctl()2369 num = len / sizeof(struct cd_toc_entry); in cdioctl()2484 sizeof(struct cd_toc_entry)); in cdioctl()2977 toclen = num_entries * sizeof(struct cd_toc_entry); in cdcheckmedia()
1119 sizeof(struct cd_toc_entry); in mcd_toc_header()1253 struct cd_toc_entry entries[MCD_MAXTOCS]; in mcd_toc_entrys()1308 len -= sizeof(struct cd_toc_entry); in mcd_toc_entrys()1313 return copyout(entries, te->data, n * sizeof(struct cd_toc_entry)); in mcd_toc_entrys()