FreeBSD kernel CAM code
scsi_vpd_supported_pages 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 page_list [0]
 

Detailed Description

Definition at line 2329 of file scsi_all.h.

Field Documentation

◆ device

u_int8_t scsi_vpd_supported_pages::device

Definition at line 2331 of file scsi_all.h.

Referenced by ctl_inquiry_evpd_supported(), and scsi_vpd_supported_page().

◆ length

u_int8_t scsi_vpd_supported_pages::length

Definition at line 2335 of file scsi_all.h.

Referenced by ctl_inquiry_evpd_supported().

◆ page_code

u_int8_t scsi_vpd_supported_pages::page_code

Definition at line 2332 of file scsi_all.h.

◆ page_list

u_int8_t scsi_vpd_supported_pages::page_list[0]

Definition at line 2336 of file scsi_all.h.

Referenced by ctl_inquiry_evpd_supported(), and scsi_vpd_supported_page().

◆ reserved

u_int8_t scsi_vpd_supported_pages::reserved

Definition at line 2333 of file scsi_all.h.


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