OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cd_toc_entry
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/mscdlabel/
main.c
59
struct
cd_toc_entry
*tocbuf;
78
tocbufsize = (ntracks + 1) * sizeof(struct
cd_toc_entry
);
108
tocbuf = malloc(2 * sizeof(struct
cd_toc_entry
));
129
struct
cd_toc_entry
*track;
/src/sys/sys/
cdio.h
21
struct
cd_toc_entry
{
struct
193
struct
cd_toc_entry
*data;
202
struct
cd_toc_entry
entry[100]; /* NB: 8 bytes each */
/src/usr.bin/cdplay/
cdplay.c
139
static struct
cd_toc_entry
toc_buffer[CD_MAX_TRACK + 1];
179
static void print_track(struct
cd_toc_entry
*);
661
rv = read_toc_entries((n + 1) * sizeof(struct
cd_toc_entry
));
1046
rc = read_toc_entries((n + 1) * sizeof(struct
cd_toc_entry
));
1082
print_track(struct
cd_toc_entry
*e)
1255
rc = read_toc_entries((n + 1) * sizeof(struct
cd_toc_entry
));
1478
struct
cd_toc_entry
*ctep;
1496
struct
cd_toc_entry
*ctep;
/src/sys/dev/isa/
mcd.c
175
struct
cd_toc_entry
*, int *);
665
struct
cd_toc_entry
entries[MCD_MAXTOCS];
674
count * sizeof(struct
cd_toc_entry
)));
1471
struct
cd_toc_entry
*entries, int *count)
1479
if (len < sizeof(struct
cd_toc_entry
))
/src/sys/compat/linux/common/
linux_cdrom.c
143
struct
cd_toc_entry
*entry;
/src/sys/dev/scsipi/
cd.c
112
struct
cd_toc_entry
entries[MAXTRACK+1]; /* One extra for the */
1113
struct
cd_toc_entry
*cte;
1116
sizeof(struct ioc_toc_header) + sizeof(struct
cd_toc_entry
),
1164
struct
cd_toc_entry
*cte;
1779
sizeof(struct
cd_toc_entry
);
1806
len = (ntracks + 1) * sizeof(struct
cd_toc_entry
) +
Completed in 20 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025