FreeBSD kernel CAM code
asc_table_entry Struct Reference

#include <scsi_all.h>

Data Fields

u_int8_t asc
 
u_int8_t ascq
 
u_int32_t action
 
const char * desc
 

Detailed Description

Definition at line 3735 of file scsi_all.h.

Field Documentation

◆ action

u_int32_t asc_table_entry::action

Definition at line 3738 of file scsi_all.h.

Referenced by ascentrycomp(), and scsi_error_action().

◆ asc

u_int8_t asc_table_entry::asc

Definition at line 3736 of file scsi_all.h.

Referenced by ascentrycomp().

◆ ascq

u_int8_t asc_table_entry::ascq

Definition at line 3737 of file scsi_all.h.

Referenced by ascentrycomp().

◆ desc

const char* asc_table_entry::desc

Definition at line 3739 of file scsi_all.h.

Referenced by scsi_sense_desc().


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