Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/kernel/sys/
H A Dtpro.h17 u_short ms10; /* milliseconds * 10 */ member
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c2766 struct scsi_mode_sense_10 ms10; in cd6byteworkaround() local
2772 bzero(&ms10, sizeof(ms10)); in cd6byteworkaround()
2773 ms10.opcode = MODE_SENSE_10; in cd6byteworkaround()
2774 ms10.byte2 = ms6->byte2; in cd6byteworkaround()
2775 ms10.page = ms6->page; in cd6byteworkaround()
2784 scsi_ulto2b(len, ms10.length); in cd6byteworkaround()
2785 ms10.control = ms6->control; in cd6byteworkaround()
2786 bcopy(&ms10, cdb, 10); in cd6byteworkaround()
2789 struct scsi_mode_select_10 ms10; in cd6byteworkaround() local
2798 bzero(&ms10, sizeof(ms10)); in cd6byteworkaround()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_tpro.c173 tp->ms10, tp->ms1, tp->usec100, tp->usec10, tp->usec1, in tpro_poll()