FreeBSD kernel CAM code
scsi_mode_select_10 Struct Reference

#include <scsi_all.h>

Data Fields

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

Detailed Description

Definition at line 239 of file scsi_all.h.

Field Documentation

◆ byte2

u_int8_t scsi_mode_select_10::byte2

Definition at line 242 of file scsi_all.h.

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

◆ control

u_int8_t scsi_mode_select_10::control

Definition at line 245 of file scsi_all.h.

Referenced by cd6byteworkaround().

◆ length

u_int8_t scsi_mode_select_10::length[2]

Definition at line 244 of file scsi_all.h.

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

◆ opcode

u_int8_t scsi_mode_select_10::opcode

Definition at line 241 of file scsi_all.h.

Referenced by cd6byteworkaround(), and scsi_mode_select_len().

◆ unused

u_int8_t scsi_mode_select_10::unused[5]

Definition at line 243 of file scsi_all.h.


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