Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c2799 struct scsi_mode_select_6 *ms6; in cd6byteworkaround()
2805 ms6 = (struct scsi_mode_select_6 *)cdb; in cd6byteworkaround()
H A Dscsi_all.c7816 struct scsi_mode_select_6 *scsi_cmd; in scsi_mode_select_len()
7818 scsi_cmd = (struct scsi_mode_select_6 *)&csio->cdb_io.cdb_bytes; in scsi_mode_select_len()
H A Dscsi_all.h230 struct scsi_mode_select_6 struct
/freebsd/sys/cam/ctl/
H A Dctl.c6234 struct scsi_mode_select_6 *cdb; in ctl_mode_select()
6236 cdb = (struct scsi_mode_select_6 *)ctsio->cdb; in ctl_mode_select()