FreeBSD kernel CAM code
scsi_report_key_data_challenge Struct Reference

#include <scsi_cd.h>

Data Fields

u_int8_t data_len [2]
 
u_int8_t reserved0 [2]
 
u_int8_t challenge_key [10]
 
u_int8_t reserved1 [2]
 

Detailed Description

Definition at line 386 of file scsi_cd.h.

Field Documentation

◆ challenge_key

u_int8_t scsi_report_key_data_challenge::challenge_key[10]

Definition at line 390 of file scsi_cd.h.

Referenced by cdreportkey(), and cdsendkey().

◆ data_len

u_int8_t scsi_report_key_data_challenge::data_len[2]

Definition at line 388 of file scsi_cd.h.

Referenced by cdsendkey().

◆ reserved0

u_int8_t scsi_report_key_data_challenge::reserved0[2]

Definition at line 389 of file scsi_cd.h.

◆ reserved1

u_int8_t scsi_report_key_data_challenge::reserved1[2]

Definition at line 391 of file scsi_cd.h.


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