Home
last modified time | relevance | path

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

/src/sys/cam/scsi/
H A Dscsi_cd.c2761 struct scsi_mode_sense_6 *ms6; in cd6byteworkaround() local
2764 ms6 = (struct scsi_mode_sense_6 *)cdb; in cd6byteworkaround()
2768 ms10.byte2 = ms6->byte2; in cd6byteworkaround()
2769 ms10.page = ms6->page; in cd6byteworkaround()
2779 ms10.control = ms6->control; in cd6byteworkaround()
2784 struct scsi_mode_select_6 *ms6; in cd6byteworkaround() local
2790 ms6 = (struct scsi_mode_select_6 *)cdb; in cd6byteworkaround()
2794 ms10.byte2 = ms6->byte2; in cd6byteworkaround()
2834 ms10.control = ms6->control; in cd6byteworkaround()