Searched refs:end_s (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/scsipi/
H A Dscsipi_cd.h60 u_int8_t end_s; member in struct:scsipi_play_msf
H A Dcd.c1247 args->start_f, args->end_m, args->end_s, args->end_f));
1707 cmd.end_s = ends;
/netbsd-current/sys/sys/
H A Dcdio.h242 u_char end_s; member in struct:ioc_play_msf
/netbsd-current/usr.bin/cdplay/
H A Dcdplay.c1216 play_msf(u_int start_m, u_int start_s, u_int start_f, u_int end_m, u_int end_s, argument
1224 msf2lba(end_m, end_s, end_f));
1229 a.end_s = end_s;
/netbsd-current/sys/compat/linux/common/
H A Dlinux_cdrom.c165 t_msf.end_s = l_msf.cdmsf_sec1;
/netbsd-current/sys/dev/isa/
H A Dmcd.c1702 p->end_m, p->end_s, p->end_f);
1705 (p->end_m * 60 * 75 + p->end_s * 75 + p->end_f))
1717 mbx.cmd.data.play.end_msf[1] = bin2bcd(p->end_s);

Completed in 185 milliseconds