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

/netbsd-current/sys/dev/scsipi/
H A Dscsipi_cd.h59 u_int8_t end_m; member in struct:scsipi_play_msf
H A Dcd.c1247 args->start_f, args->end_m, args->end_s, args->end_f));
1706 cmd.end_m = endm;
/netbsd-current/sys/sys/
H A Dcdio.h241 u_char end_m; 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));
1228 a.end_m = end_m;
/netbsd-current/sys/compat/linux/common/
H A Dlinux_cdrom.c164 t_msf.end_m = l_msf.cdmsf_min1;
/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))
1716 mbx.cmd.data.play.end_msf[0] = bin2bcd(p->end_m);

Completed in 265 milliseconds