FreeBSD kernel CAM code
scsi_start_stop_unit Struct Reference

#include <scsi_all.h>

Data Fields

u_int8_t opcode
 
u_int8_t byte2
 
u_int8_t reserved [2]
 
u_int8_t how
 
u_int8_t control
 

Detailed Description

Definition at line 1412 of file scsi_all.h.

Field Documentation

◆ byte2

u_int8_t scsi_start_stop_unit::byte2

Definition at line 1415 of file scsi_all.h.

Referenced by ctl_scsi_start_stop(), and scsi_start_stop().

◆ control

u_int8_t scsi_start_stop_unit::control

Definition at line 1429 of file scsi_all.h.

Referenced by ctl_scsi_start_stop().

◆ how

u_int8_t scsi_start_stop_unit::how

◆ opcode

u_int8_t scsi_start_stop_unit::opcode

Definition at line 1414 of file scsi_all.h.

Referenced by camperiphdone(), ctl_scsi_start_stop(), and scsi_start_stop().

◆ reserved

u_int8_t scsi_start_stop_unit::reserved[2]

Definition at line 1417 of file scsi_all.h.


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