FreeBSD kernel CAM code
scsi_report_luns_data Struct Reference

#include <scsi_all.h>

Collaboration diagram for scsi_report_luns_data:

Data Fields

u_int8_t length [4]
 
u_int8_t reserved [4]
 
struct scsi_report_luns_lundata luns [0]
 

Detailed Description

Definition at line 3030 of file scsi_all.h.

Field Documentation

◆ length

u_int8_t scsi_report_luns_data::length[4]

◆ luns

struct scsi_report_luns_lundata scsi_report_luns_data::luns[0]

Definition at line 3036 of file scsi_all.h.

Referenced by ctl_report_luns(), probe_purge_old(), and probedone().

◆ reserved

u_int8_t scsi_report_luns_data::reserved[4]

Definition at line 3032 of file scsi_all.h.

Referenced by _Static_assert().


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