FreeBSD kernel CAM code
scsi_sense_command Struct Reference

#include <scsi_all.h>

Data Fields

uint8_t desc_type
 
uint8_t length
 
uint8_t reserved [2]
 
uint8_t command_info [8]
 

Detailed Description

Definition at line 3380 of file scsi_all.h.

Field Documentation

◆ command_info

uint8_t scsi_sense_command::command_info[8]

◆ desc_type

uint8_t scsi_sense_command::desc_type

Definition at line 3382 of file scsi_all.h.

Referenced by scsi_set_sense_data_desc_va().

◆ length

uint8_t scsi_sense_command::length

Definition at line 3384 of file scsi_all.h.

Referenced by ctl_sense_to_fixed(), and scsi_set_sense_data_desc_va().

◆ reserved

uint8_t scsi_sense_command::reserved[2]

Definition at line 3385 of file scsi_all.h.


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