Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/cdcontrol/
H A Dcdcontrol.c130 static int read_toc_entrys(int);
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()
1094 read_toc_entrys(int len) in read_toc_entrys() function