FreeBSD kernel CAM code
scsi_vpd_supported_page_list Struct Reference

#include <scsi_all.h>

Data Fields

u_int8_t device
 
u_int8_t page_code
 
u_int8_t reserved
 
u_int8_t length
 
u_int8_t list [SVPD_SUPPORTED_PAGES_SIZE]
 

Detailed Description

Definition at line 2313 of file scsi_all.h.

Field Documentation

◆ device

u_int8_t scsi_vpd_supported_page_list::device

Definition at line 2315 of file scsi_all.h.

◆ length

u_int8_t scsi_vpd_supported_page_list::length

Definition at line 2320 of file scsi_all.h.

Referenced by probedone().

◆ list

u_int8_t scsi_vpd_supported_page_list::list[SVPD_SUPPORTED_PAGES_SIZE]

Definition at line 2322 of file scsi_all.h.

◆ page_code

u_int8_t scsi_vpd_supported_page_list::page_code

Definition at line 2316 of file scsi_all.h.

◆ reserved

u_int8_t scsi_vpd_supported_page_list::reserved

Definition at line 2319 of file scsi_all.h.


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