FreeBSD kernel amd64 PCI device code
vpd_write Struct Reference

#include <pcivar.h>

Data Fields

char keyword [2]
 
char * value
 
int start
 
int len
 

Detailed Description

Definition at line 74 of file pcivar.h.

Field Documentation

◆ keyword

char vpd_write::keyword[2]

Definition at line 75 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().

◆ len

int vpd_write::len

Definition at line 78 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().

◆ start

int vpd_write::start

Definition at line 77 of file pcivar.h.

Referenced by pci_read_vpd().

◆ value

char* vpd_write::value

Definition at line 76 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().


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