FreeBSD kernel CAM code
scsi_mode_select_6 Struct Reference

#include <scsi_all.h>

Data Fields

u_int8_t opcode
 
u_int8_t byte2
 
u_int8_t unused [2]
 
u_int8_t length
 
u_int8_t control
 

Detailed Description

Definition at line 227 of file scsi_all.h.

Field Documentation

◆ byte2

u_int8_t scsi_mode_select_6::byte2

Definition at line 230 of file scsi_all.h.

Referenced by cd6byteworkaround(), ctl_mode_select(), and scsi_mode_select_len().

◆ control

u_int8_t scsi_mode_select_6::control

Definition at line 236 of file scsi_all.h.

Referenced by cd6byteworkaround().

◆ length

u_int8_t scsi_mode_select_6::length

Definition at line 235 of file scsi_all.h.

Referenced by ctl_mode_select(), and scsi_mode_select_len().

◆ opcode

u_int8_t scsi_mode_select_6::opcode

Definition at line 229 of file scsi_all.h.

Referenced by scsi_mode_select_len().

◆ unused

u_int8_t scsi_mode_select_6::unused[2]

Definition at line 234 of file scsi_all.h.


The documentation for this struct was generated from the following file: