Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/scsi/
HDscsi_cd.c3002 struct scsi_mode_select_6 *ms6; in cd6byteworkaround()
3008 ms6 = (struct scsi_mode_select_6 *)cdb; in cd6byteworkaround()
HDscsi_all.c7731 struct scsi_mode_select_6 *scsi_cmd; in scsi_mode_select_len()
7733 scsi_cmd = (struct scsi_mode_select_6 *)&csio->cdb_io.cdb_bytes; in scsi_mode_select_len()
HDscsi_all.h228 struct scsi_mode_select_6 struct
/freebsd-13-stable/sys/cam/ctl/
HDctl.c6271 struct scsi_mode_select_6 *cdb; in ctl_mode_select()
6273 cdb = (struct scsi_mode_select_6 *)ctsio->cdb; in ctl_mode_select()